← agent-router.org

INDIVIDUAL MCP TOOL

campbuddy

Plan complete camping trips based on destination, weather, experience level, group size, budget, and activities.

agent-router.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://agent-router.org/mcp-http/mcp

No auth detected

Connect to this endpoint to inspect the live schema for campbuddy and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

agent-router.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agenttoagent-mcp-backend]
url = "https://agent-router.org/mcp-http/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agenttoagent-mcp-backend": {
      "type": "http",
      "url": "https://agent-router.org/mcp-http/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agenttoagent-mcp-backend
Remote MCP URL: https://agent-router.org/mcp-http/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agenttoagent-mcp-backend": {
      "url": "https://agent-router.org/mcp-http/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agenttoagent-mcp-backend": {
      "type": "http",
      "url": "https://agent-router.org/mcp-http/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agenttoagent-mcp-backend",
  "transport": "streamable-http",
  "url": "https://agent-router.org/mcp-http/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • a2a_call_agent — Call any public A2A-compatible agent directly by its endpoint URL.
  • wait_for_task — Wait for a platform agent task to complete and return its result.
  • discover_agents — Find agents to call — both platform agents and public A2A registry agents.
  • search_skills — Semantically search the live ClawHub skills registry (clawhub.
  • get_skill — Fetch a ClawHub skill by slug — metadata plus optional SKILL.
  • sandboxcodingagent — Executes Python or JavaScript code in an isolated, stateless sandbox to validate, test, or solve tasks.
  • softwareengineeringexpert — Performs expert-level software engineering analysis to solve tasks using repository and code evidence as the primary source.
  • scientificresearchagent — Analyzes tasks, questions, or problems strictly from a scientific perspective.