linqgg
LinQ publishes no hosted or remote MCP server. Searched the developer docs, the linqgg GitHub organization (3 repos: docs, .github, unity-sdk), npm and the Buf Schema Registry module — no MCP manifest exists. This is a CANDIDATE tool map derived one-to-one from the published gRPC methods, provided so an MCP server could be forged against the real contract. Nothing here is deployed.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport stdio
Tools
check_access_by_ip— Check whether app access is allowed from the caller's IP-resolved location.check_operation_allowed— Check whether a depositing or withdrawal operation is allowed at the user's device coordinates.sign_in_game— Register a game user in the wallet system with the game secret key and return an Access Token.sign_up_game_user— Mint a temporary user token to hand to the LinQ app to begin wallet account linking.sign_in_game_user— Exchange a confirmed user token for a Wallet Token linked to a real wallet account.save_game_user— Save user data onto an anonymous profile to lift money operation limits.get_all_accounts— List the user's accounts and balances (wallet plus the calling game).get_actual_balance— Get the balance for one internal currency code.get_actual_balances— List accounts with current and available balances (v2).put_money— Credit the user's game account, e.g. a tournament reward. Requires an idempotency key.get_money— Debit the user's game account, e.g. a tournament entry fee. Requires an idempotency key.apply_custom_reward— Apply a custom reward to the user's account, where permitted.new_replenish_order— Create a replenishment order and return a hosted checkout link.new_transfer_order— Transfer funds between the wallet account and a game account.get_order_status— Read the current status of an order.get_payment_profile— Get the player's resolved payment currency and country.is_limit_reached— Check whether a depositing or withdrawal limit has been reached, and how much remains.create_pix_order— Create a Brazil Pix replenishment order and return the Pix code.get_orders_history— List the user's orders, filterable by type, status and date range, with cursor pagination.get_apple_pay_config— Get the Apple Pay merchant configuration for an order.get_card_payment_config— Get the TokenEx and Kount configuration for native card entry.get_saved_card_payment_config— Get the config needed to pay an order with a previously saved card.get_payment_sources— List the user's saved cards and payment sources.make_payment— Settle an order with Apple Pay, a tokenized card or a saved card.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.