← 402rates.com

INDIVIDUAL MCP TOOL

execute_test_action

Execute the selected case's action: synthetic order, retry attempt, page retrieval or result submission.

402rates.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.402rates.com/mcp/compass

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests code or command execution.

Parent server

402rates.com

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.402rates-compass]
url = "https://api.402rates.com/mcp/compass"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "402rates-compass": {
      "type": "http",
      "url": "https://api.402rates.com/mcp/compass"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 402rates-compass
Remote MCP URL: https://api.402rates.com/mcp/compass

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": {
    "402rates-compass": {
      "url": "https://api.402rates.com/mcp/compass"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "402rates-compass": {
      "type": "http",
      "url": "https://api.402rates.com/mcp/compass"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "402rates-compass",
  "transport": "streamable-http",
  "url": "https://api.402rates.com/mcp/compass"
}
MCP Inspector

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

Related tools

  • list_agent_test_cases — Free catalogue of versioned synthetic cases: unavailable confirmation, retry credits and attempt limits, and partial results with continuation.
  • describe_agent_test — Free description of a versioned synthetic task, its limits and coverage.
  • start_agent_test — Create a free bounded synthetic run without an account.
  • inspect_test_state — Read operation records for a synthetic task.
  • read_agent_test_report — Read calls, timestamps, operations and resulting state.
  • check_payment_terms — Free inspection of supplied x402 v1/v2 payment terms against the SDK schema and optional network, asset, recipient and atomic budget constraints.
  • list_capabilities — Free capability and MCP tool catalogue for Compass by 402rates.
  • find_x402_resource — Searches the x402 resource catalogue and returns matching paid endpoints with their price, the chains they accept, and their 30-day usage from the catalogue's own counters: total calls, distinct paying addresses, the ratio between the two, and days since the last payment.