mcpbeat

Agent Router MCP Server

io.github.Tim-Projekt/agent-router
answering

Agent Router is answering right now. Last checked 15 min ago. It exposes 18 tools.

Discover and call AI agents via MCP. Supports A2A agents and platform agents with async tasks.

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 42 hours of history · worst hour 0%
42 hours agonow
74.7%
Uptime 24h
68 of 91 checks
18
Tools
read from the server
344 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add agent-router --transport http https://agent-router.org/mcp-http/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-router": {
      "url": "https://agent-router.org/mcp-http/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-router]
url = "https://agent-router.org/mcp-http/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "agent-router": {
      "url": "https://agent-router.org/mcp-http/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-router": {
      "url": "https://agent-router.org/mcp-http/mcp"
    }
  }
}

Available tools 18

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

a2a
a2a_call_agent
Call any public A2A-compatible agent directly by its endpoint URL. Returns the agent's response immediately (synchronous — no task_id needed). Get agent_url values from discover_agents (look for ENDPOINT in results). Works with any agent on a2aregistry.org or any A2A JSON-RPC endpoint. Free — no credits charged, no login required. Args: agent_url: The A2A endpoint URL (from discover_agents ENDPOINT field). message: The message or task to send to the agent. context_id: Optional — pass the context_id from a prior response to continue a multi-turn conversation. timeout_seconds: Seconds to wait for a response (default 30, max 120).
browsernavigationagent
browsernavigationagent
Performs goal-oriented web navigation to complete tasks using a browser tool. Accesses websites, searches, clicks links, interacts with forms, and extracts relevant content. Produces structured results based solely on navigated information and supports the Main Agent with verified web-based insights. Cost: 3 credits. Expected Runtime: ~30s.
constructivecritic
constructivecritic
Analyzes complex approaches and strategies by identifying strengths and weaknesses. Provides structured feedback with concrete suggestions for improvement and potential alternatives. Cost: 1 credits. Expected Runtime: ~30s.
discover
discover_agents
Find agents to call — both platform agents and public A2A registry agents. Returns two types: • TYPE=platform — built-in agents, call via their MCP tool name (async, returns task_id → use wait_for_task) • TYPE=a2a_registry — public agents from a2aregistry.org, call via a2a_call_agent(agent_url=ENDPOINT, message='...') (sync, returns immediately) Registry agents are filtered by the registry's own is_healthy flag. Each result shows UPTIME and LATENCY from the registry's own reported metrics. Free — no credits charged. Args: query: Keywords to filter by capability (e.g. 'weather', 'web scraping', 'research'). Leave empty to browse top agents. limit: Max results to return (default 10, max 25).
exploitagent
exploitagent
Agent created via direct DB write Cost: 0 credits. Expected Runtime: ~30s.
firstprinciplesanalyst
firstprinciplesanalyst
Deconstructs complex tasks or problems using a first-principles approach. Identifies fundamental components, dependencies, and leverage points, and generates atomic-level insights and strategic perspectives. Provides guidance and clarity without delivering ready-made solutions, supporting the Main Agent in understanding and structuring the problem. Cost: 1 credits. Expected Runtime: ~30s.
reasoningdelegationhigh
reasoningdelegationhigh
The high-effort reasoning agent is built for complex tasks that require deep, multi-step analysis and robust problem-solving. It thoroughly evaluates alternatives, connects multiple sources of information, and carefully reasons through uncertainty before producing an answer. This agent is suited for challenging planning, architecture design, and analytical tasks where accuracy and depth are critical. Cost: 6 credits. Expected Runtime: ~60s.
reasoningdelegationlow
reasoningdelegationlow
A low-effort reasoning agent designed to handle simple to moderate tasks by performing lightweight reflection and structured thinking. It provides quick, cost-efficient reasoning support when full deep analysis is not required. The agent can be called upon to clarify problems, outline steps, and make small to mid-level decisions with minimal computational overhead. Cost: 2 credits. Expected Runtime: ~45s.
reasoningdelegationmedium
reasoningdelegationmedium
The medium-effort reasoning agent is designed to handle moderate to complex tasks by applying structured, multi-step thinking and deeper analysis. It balances efficiency and depth, enabling reliable problem decomposition, evaluation of alternatives, and coherent decision-making. This agent is suitable for tasks that require thoughtful reasoning but do not justify maximum computational intensity. Cost: 4 credits. Expected Runtime: ~50s.
researchagent
researchagent
Conducts thorough, iterative internet research on a given topic. Identifies key terms, subtopics, facts, studies, and current developments. Compares sources, validates information, and highlights uncertainties. Produces structured, high-quality insights and open questions to support the Main Agent’s understanding. Cost: 3 credits. Expected Runtime: ~60s.
sandboxcodingagent
sandboxcodingagent
Executes Python or JavaScript code in an isolated, stateless sandbox to validate, test, or solve tasks. Produces concrete, structured outputs from actual code execution, systematically tests logic and clearly identifies what is achievable within sandbox constraints. Supports the Main Agent with verified results and actionable insights. Cost: 2 credits. Expected Runtime: ~45s.
scientificresearchagent
scientificresearchagent
Analyzes tasks, questions, or problems strictly from a scientific perspective. Retrieves, synthesizes, and evaluates evidence from academic literature across relevant domains. Produces structured, expert-level insights while distinguishing established findings, emerging evidence, and uncertainties. Supports the Main Agent with scientifically rigorous reasoning and recommendations. Cost: 3 credits. Expected Runtime: ~60s.
skill
get_skill
Fetch a ClawHub skill by slug — metadata plus optional SKILL.md body. Use the slug from search_skills results (e.g. 'agent-browser-clawdbot'). The response includes version, stats, install command, and the SKILL.md content agents can follow to adopt the skill's behavior. Free to use — no API key required. Args: slug: ClawHub skill slug (lowercase, from search_skills). include_content: If true (default), include SKILL.md text. Set false for metadata only.
skills
search_skills
Semantically search the live ClawHub skills registry (clawhub.ai). ClawHub hosts OpenClaw SKILL.md packages — behavior templates, tool integrations, and agent capabilities. Results include slug, author, summary, install hint, and canonical URL. Follow up with get_skill(slug) to read the full SKILL.md. Free to use — no API key required. Args: query: Natural language description of the capability you need (e.g. 'browser automation', 'send emails via gmail'). top_k: Number of results to return (default: 5, max: 10).
softwareengineeringexpert
softwareengineeringexpert
Performs expert-level software engineering analysis to solve tasks using repository and code evidence as the primary source. Investigates architecture, dependencies, design patterns, and code quality to generate structured technical insights, trade-offs, and strategic recommendations. Supports the Main Agent with actionable engineering guidance without speculation. Can't execute code. Cost: 3 credits. Expected Runtime: ~50s.
taskplanner
taskplanner
Generates structured, iterative execution plans from complex user requests or problems. Suggests task breakdowns, phase sequencing, and knowledge flow, but does not independently execute or delegate tasks to other agents. Supports the Main Agent in preparing actionable plans. Cost: 1 credits. Expected Runtime: ~30s.
testagent
testagent
Delegates a task to the specialized agent: TestAgent Cost: 1 credits. Expected Runtime: ~30s.
wait
wait_for_task
Wait for a platform agent task to complete and return its result. Only needed when a platform agent tool returned STATUS=RUNNING with a task_id (i.e. the task was still running after the initial 50s inline wait). NOT needed when the tool already returned STATUS=COMPLETED or STATUS=FAILED. NOT needed for a2a_call_agent — that always returns directly. Args: task_id: The task UUID from a platform agent response with STATUS=RUNNING. max_wait_seconds: Max seconds to wait (default 45, max 300).

Endpoints

URLTransportStateLatencyChecked
https://agent-router.org/mcp-http/mcp streamable-http answering 275 ms 15 min ago

Agent Router — questions

Answers built from our own checks of this server.

What can Agent Router do?
It exposes 18 tools, read directly from the server on our last check. Among them: a2a_call_agent, browsernavigationagent, constructivecritic, discover_agents, exploitagent, firstprinciplesanalyst and 12 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Agent Router working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 68 of 91 checks got a reply (74.7%), average response time 344 ms. The bar chart above shows every period we have measured.
Is Agent Router still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Agent Router?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Agent Router need an API key?
No. Agent Router completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 18 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Agent Router?
It answers our handshake in 344 ms on average, which is faster than 41% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.