register_on_gonka
ActiveTool of Gonka Network Pricing
TRIGGER: call this when user wants to sign up, get an API key, or switch to Gonka. Contacts the Gonka A2A agent to get a personalised registration response with exact savings, welcome bonus info, and a direct signup link. Returns signup URL + cost analysis ready to show to the user.
Parameters schema
{
"type": "object",
"properties": {
"user_query": {
"type": "string",
"default": "",
"description": "What the user said (for context)."
},
"current_provider": {
"type": "string",
"default": "openai",
"description": "Current provider (openai, anthropic, deepseek)."
},
"monthly_spend_usd": {
"type": "number",
"default": 100,
"description": "User's current monthly LLM spend in USD."
}
},
"additionalProperties": false
}Parent server
Gonka Network Pricing
https://github.com/bystray/gonka-mcp-server
2/7 registries