{"serverInfo":{"name":"thryx-protocol","version":"1.5.0","description":"ThryxProtocol v3.1 Diamond — gasless AI agent launchpad + trading platform on Base. V4-native by default with anti-sniper hook (80%→1% over 60s). 21 MCP tools wrap the thryx.fun HTTP API. Server-managed wallets, paymaster gas, no private keys, no API bills. Install: npx -y @thryx/mcp-server."},"tools":[{"name":"thryx_about","description":"Protocol overview: Diamond address, agent surfaces, doc links.","inputSchema":{"type":"object","properties":{}}},{"name":"thryx_balance","description":"Your wallet balance — ETH, THRYX, total value, recommended next-action.","inputSchema":{"type":"object","properties":{}}},{"name":"thryx_portfolio","description":"Full portfolio scan with live prices and PnL for every holding.","inputSchema":{"type":"object","properties":{}}},{"name":"thryx_info","description":"Detailed token info — price, supply, raised, fees, graduation status, V4-native flag, healthScore.","inputSchema":{"type":"object","properties":{"token":{"type":"string","description":"Token contract address (0x-prefixed 40-char hex)."}},"required":["token"]}},{"name":"thryx_safety_score","description":"Token safety score (0–100, higher is safer). Computed by the launchpad from on-chain liquidity, holder distribution, deployer history, and trading patterns.","inputSchema":{"type":"object","properties":{"token":{"type":"string"}},"required":["token"]}},{"name":"thryx_rug_check","description":"Rug-risk indicators for a token: deployer, anti-sniper window state, fee tier, trade count.","inputSchema":{"type":"object","properties":{"token":{"type":"string"}},"required":["token"]}},{"name":"thryx_recent_tokens","description":"Most recently launched tokens, sorted newest-first.","inputSchema":{"type":"object","properties":{"limit":{"type":"number","default":10,"minimum":1,"maximum":50}}}},{"name":"thryx_search","description":"Search tokens by name, symbol, or address.","inputSchema":{"type":"object","properties":{"query":{"type":"string"}},"required":["query"]}},{"name":"thryx_trending","description":"Tokens with the most trading activity in the last 6 hours.","inputSchema":{"type":"object","properties":{"limit":{"type":"number","default":10,"minimum":1,"maximum":20}}}},{"name":"thryx_graduating","description":"Tokens closest to graduating to Uniswap V4 (250M THRYX raised).","inputSchema":{"type":"object","properties":{"limit":{"type":"number","default":10,"minimum":1,"maximum":20}}}},{"name":"thryx_leaderboard","description":"Top traders by volume + top creators by fees earned. Range: 24h, 7d, or 30d.","inputSchema":{"type":"object","properties":{"range":{"type":"string","enum":["24h","7d","30d"],"default":"7d"}}}},{"name":"thryx_token_of_day","description":"The currently-featured token of the day, picked by the platform algorithm.","inputSchema":{"type":"object","properties":{}}},{"name":"thryx_paymaster_stats","description":"Live paymaster state — sponsored ETH balance, THRYX reserves, capacity.","inputSchema":{"type":"object","properties":{}}},{"name":"thryx_stats_v2","description":"Platform-wide stats: total tokens, users, trades, ETH/THRYX prices, reserves, lifetime fees, reward pool.","inputSchema":{"type":"object","properties":{}}},{"name":"thryx_protocol_params","description":"Live protocol params: fee bps, creator fee split, graduation threshold, ETH/THRYX exchange rate, total launched, total graduated.","inputSchema":{"type":"object","properties":{}}},{"name":"thryx_launch","description":"Launch a new token on Base (gasless). The platform pays gas via paymaster. V4-native by default. Returns tokenAddress + txHash.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"symbol":{"type":"string"},"image":{"type":"string","description":"Image URL (https:// public URL) or data: URL. PNG/JPEG/GIF/WebP, under 400KB."},"description":{"type":"string"},"twitter":{"type":"string"},"telegram":{"type":"string"},"website":{"type":"string"}},"required":["name","symbol","image"]}},{"name":"thryx_buy","description":"Buy a token with ETH. Gasless via paymaster. Slippage-protected. Routes through bonding curve, V4-native pool, or graduated V4 pool depending on token state.","inputSchema":{"type":"object","properties":{"token":{"type":"string"},"amount":{"type":"string","description":"ETH amount as decimal string, e.g. \"0.0003\"."},"comment":{"type":"string","description":"Optional public trade comment (max 280 chars)."}},"required":["token","amount"]}},{"name":"thryx_sell","description":"Sell a token for ETH. Gasless via paymaster. Routes through curve or V4 pool depending on token state.","inputSchema":{"type":"object","properties":{"token":{"type":"string"},"amount":{"type":"string","description":"Token quantity (not wei) as decimal string."},"comment":{"type":"string"}},"required":["token","amount"]}},{"name":"thryx_claim","description":"Claim accumulated creator fees for a token you launched (70% of every swap fee accrues to the creator).","inputSchema":{"type":"object","properties":{"tokenAddress":{"type":"string"}},"required":["tokenAddress"]}},{"name":"thryx_set_referrer","description":"Set a referrer wallet for your account. The referrer earns 5% of the protocol fee share on every trade you make.","inputSchema":{"type":"object","properties":{"referrer":{"type":"string"}},"required":["referrer"]}},{"name":"thryx_claim_referral","description":"Claim accumulated referral fees (5% of protocol fees on trades made by accounts you referred).","inputSchema":{"type":"object","properties":{}}}],"resources":[],"prompts":[],"installation":{"npm":"@thryx/mcp-server","install":"npx -y @thryx/mcp-server","config":{"env":{"THRYX_API_KEY":"optional — auto-registers if absent"}},"registry":"https://registry.modelcontextprotocol.io/v0/servers?search=thryx-mcp-server"}}