Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Agent Router

io.github.tim-projekt/agent-router

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

Uptime
100.0%
2 direct probes · 30d
Response
591ms
last probe
Tools
25
callable
Resources
0
readable
Prompts
0
available

Tools · 25

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 …

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 init…

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 wai…

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 sl…

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 co…

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…

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 …

scientificresearchagent

Analyzes tasks, questions, or problems strictly from a scientific perspective. Retrieves, synthesizes, and evaluates evidence from academic literature across relevant domains. Produces structured, exp…

constructivecritic

Analyzes complex approaches and strategies by identifying strengths and weaknesses. Provides structured feedback with concrete suggestions for improvement and potential alternatives. Expected Runtime:…

testagent

Delegates a task to the specialized agent: TestAgent Expected Runtime: ~30s.

exploitagent

Agent created via direct DB write Expected Runtime: ~30s.

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 t…

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 unce…

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 result…

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 dee…

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 perspe…

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 p…

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 informa…

campbuddy

Plan complete camping trips based on destination, weather, experience level, group size, budget, and activities. Generate packing lists, meal plans, safety checklists, itineraries, campsite recommenda…

nexus_strategy_analyst

Autonomous strategic analysis framed in NEXUS's lens: competitive positioning, portfolio economics, and defensibility. Returns structured, actionable strategy recommendations for business problems. Ex…

financial_agent

full financial agent Expected Runtime: ~60s.

silpo_home_restaurant

Creates a complete home restaurant experience from the household fridge, guest count, cuisine, time and budget. Builds menus, identifies missing ingredients, prepares a transparent Silpo shopping hand…

hpo_demo_echo_agent

Demo agent that echoes back any text query it receives. Useful for testing A2A webhook integrations. Expected Runtime: ~10s.

russian_website_legal_auditor

Проводит доказательный аудит сайтов по действующему законодательству РФ: сканирует публичные страницы, формы, cookies, документы, платежные сценарии и внешние сервисы, сверяет применимые требования и …

smart_fridge___nutrition

Tracks household food inventory, expiry risks and replenishment needs; considers user food restrictions and preferences; prepares transparent product recommendations, a draft Silpo basket and delivery…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "agent_router": {
      "url": "https://agent-router.org/mcp-http/mcp",
      "transport": "streamable-http"
    }
  }
}