ThryxProtocol MCP Server MCP Server
io.github.lordbasilaiassistant-sudo/thryx-mcp-server
What is the ThryxProtocol MCP Server MCP server?
ThryxProtocol v3.1 — gasless AI agent launchpad on Base. 21 tools wrap thryx.fun HTTP API.
How to install ThryxProtocol MCP Server
Copy-paste configuration for popular MCP clients.
THRYX_API_KEYsecretYour THRYX API key (starts with thryx_). Get one for free with `curl -X POST https://thryx.fun/api/agent/register`. If unset, the package auto-registers a fresh wallet on first run and saves the key to ~/.thryx-mcp/credentials.json.
THRYX_BASE_URLOverride the launchpad base URL. Defaults to https://thryx.fun.
{
"mcpServers": {
"thryx-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thryx/mcp-server"
],
"env": {
"THRYX_API_KEY": "<YOUR_THRYX_API_KEY>",
"THRYX_BASE_URL": "<YOUR_THRYX_BASE_URL>"
}
}
}
}{
"mcpServers": {
"thryx-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thryx/mcp-server"
],
"env": {
"THRYX_API_KEY": "<YOUR_THRYX_API_KEY>",
"THRYX_BASE_URL": "<YOUR_THRYX_BASE_URL>"
}
}
}
}{
"mcpServers": {
"thryx-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thryx/mcp-server"
],
"env": {
"THRYX_API_KEY": "<YOUR_THRYX_API_KEY>",
"THRYX_BASE_URL": "<YOUR_THRYX_BASE_URL>"
}
}
}
}{
"servers": {
"thryx-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thryx/mcp-server"
],
"env": {
"THRYX_API_KEY": "<YOUR_THRYX_API_KEY>",
"THRYX_BASE_URL": "<YOUR_THRYX_BASE_URL>"
}
}
}
}claude mcp add thryx-mcp-server --env THRYX_API_KEY=<YOUR_THRYX_API_KEY> --env THRYX_BASE_URL=<YOUR_THRYX_BASE_URL> -- npx -y @thryx/mcp-serverRelated MCP servers
MCP server for AI agents to detect flash loan arbitrage opportunities across DEXes on Base. Scan Uni
View repository →MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle
View repository →MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on
View repository →MCP server for real-time token prices on Base from on-chain DEX pools.
View repository →MCP server to scan smart contracts on Base for honeypots, rug pulls, and vulnerabilities.
View repository →MCP server to discover and trade new token launches on Base chain.
View repository →