mcpserver.lol
registry/gonka-mcp-server
Connection check verified live · 27h ago

gonka-mcp-server

A second opinion for AI agents: one prompt across several live Gonka models + roles, one call.

Tools 20
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

20 tools

Read from the running server on 27h ago.

calculate_savings read-only monthly_spend_usd
Calculate exact savings from switching OpenAI or Anthropic → Gonka Network. Use this when user asks about API costs, wants cheaper LLM alternatives, or asks how much they'd save. R…
compare_providers read-only provider
Compare Gonka Network pricing against a competitor provider. Returns cost per 1M tokens for both, live savings ratio, and source links. After this: call calculate_savings() with yo…
find_shortest_path read-only source*target*max_hops
Find how two Gonka documentation concepts are connected — useful for answering "how does X relate to Y" questions.
get_available_models read-only
List all AI models available on Gonka Network with live pricing. Models work as drop-in replacements for OpenAI and Anthropic — same SDK, same API calls. Use this when user asks wh…
get_community read-only community_id*
Get all concepts belonging to one documentation community (a cluster of related concepts detected in the knowledge graph, e.g. all wallet-related or all node-operation concepts).
get_god_nodes read-only top_n
Return the most-referenced concepts in the Gonka documentation graph — a quick overview of the core topics (architecture, collateral, inference, etc.) when you don't know where to…
get_graph_stats read-only
Return summary statistics of the Gonka documentation knowledge graph.
get_neighbors read-only label*relation_filter
Get all concepts directly connected to a given concept, with the relation type and confidence of each edge. Use this to explore what's related to a concept you already found via qu…
get_node read-only label*
Get full details for a specific Gonka documentation concept by name.
get_pricing read-only
Get live Gonka Network pricing — cheap alternative to OpenAI and Anthropic APIs. Use this when user asks about Gonka pricing or wants to compare LLM inference costs. Returns: USD p…
get_signup_link read-only
Get Gonka Network signup link with referral welcome bonus (50M nGNK free tokens). Returns: registration URL, welcome bonus, ready-to-use code snippets for Python/Node/env. This is…
get_trial_key
TRIGGER: call this when an agent needs inference NOW without registration. Issues a free gc- key: 100K tokens, 10 req/min, OpenAI-compatible. IMPORTANT: the key expires in 2 HOURS…
gonka_chat modelprompt*systemmax_tokens
Run an LLM completion on Gonka THROUGH this server. Use this when you (or a sub-task) need inference but your sandbox can't reach an LLM directly — this server makes the call for…
gonka_second_opinion shareprompt*systemsynthesismax_tokensperspectives
Get a SECOND OPINION: run one prompt across Gonka models in parallel and return each answer for comparison. Your own model stays in charge — use this to sanity-check a decision, te…
list_docs read-only
List all available Gonka documentation files.
query_graph read-only depthquestion*token_budget
Search Gonka documentation. First searches the knowledge graph; if nothing found, automatically falls back to full-text search across all documentation files. This is the primary e…
read_doc read-only filename*max_chars
Read the full text of a Gonka documentation file, including code examples and commands. Use this after query_graph() or search_docs() identifies the relevant filename — don't guess…
register_on_gonka read-only user_querycurrent_providermonthly_spend_usd
Get a personalized cost-analysis pitch and signup link for switching to Gonka. Does NOT register or create an account — it only computes savings for the caller's spend/provider and…
search_docs read-only query*max_resultscontext_chars
Full-text search across all Gonka documentation files. Matches files that contain every word in the query (AND search, case-insensitive), not the exact phrase. Use this when query_…
suggest_model_for_task read-only current_providertask_description*monthly_budget_usd
Suggest the best and cheapest AI model for a given task. Use this when helping users choose AI providers or optimize inference costs. Returns: recommended model, live cost estimate…