
ThryxProtocol MCP Server
Wire your agent to ThryxProtocol v3.1 on Base through 21 MCP tools so you can register wallets, run gasless launchpad actions, and prototype agent economies without hand-crafting every HTTP call.
Overview
Thryx MCP Server is an MCP server for the Build phase that provides 21 tools for gasless ThryxProtocol v3.1 launchpad actions on Base via the thryx.fun API.
What is this MCP server?
- 21 MCP tools wrapping the ThryxProtocol v3.1 thryx.fun HTTP API (package @thryx/mcp-server v1.5.0)
- Gasless AI agent launchpad flows on Base with optional THRYX_API_KEY or auto-registration to ~/.thryx-mcp/credentials.js
- npx runtime hint and stdio transport for quick agent host setup
- THRYX_BASE_URL override for staging or custom launchpad endpoints
- 21 MCP tools documented in server description
- Package version 1.5.0 (@thryx/mcp-server)
Community signal: 2 GitHub stars.
What problem does it solve?
Agent launchpads on Base expect dozens of HTTP endpoints, and copying curl into every session burns time and invites credential mistakes.
Who is it for?
Builders shipping AI agents on Base who want ThryxProtocol launchpad coverage in one stdio MCP package with optional auto wallet registration.
Skip if: Products with no onchain agent story, teams that refuse local credential files, or anyone needing tools outside the Thryx launchpad API.
What do I get? / Deliverables
After MCP registration, your agent can call the full Thryx tool surface with managed API keys so you move from integration testing to distribution faster.
- Full 21-tool Thryx launchpad surface available to the agent
- Gasless launchpad operations on Base routed through thryx.fun
- Persisted Thryx credentials path when using auto-registration
Recommended MCP Servers
Journey fit
The primary shelf is Build / integrations because most work is connecting the agent to thryx.fun APIs and credentials before any public launch. Integrations fits a 21-tool HTTP wrapper that extends Claude Code or Cursor with an external launchpad protocol rather than in-repo application code.
How it compares
Twenty-one-tool Thryx launchpad MCP bridge, not the read-only fourteen-contract portfolio viewer.
Common Questions / FAQ
Who is Thryx MCP Server for?
Indie builders and agent authors on Base who want Claude or Cursor to drive ThryxProtocol launchpad workflows through a single MCP server.
When should I use Thryx MCP Server?
Use it when integrating or launching against thryx.fun—during Build for wiring, Validate for prototypes, and Launch when you publish an agent economy.
How do I add Thryx MCP Server to my agent?
Add stdio MCP for @thryx/mcp-server (npx), set THRYX_API_KEY or allow first-run registration saving to ~/.thryx-mcp/credentials.json, optionally set THRYX_BASE_URL, then restart the client.