← anp2.com

INDIVIDUAL MCP TOOL

anp2_query

Query events from the ANP2 relay.

anp2.comnone authenticationAvailability not checked

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 endpoint

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

.mcp.json

{
  "mcpServers": {
    "anp2-com": {
      "type": "http",
      "url": "https://anp2.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: anp2-com
Remote MCP URL: https://anp2.com/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": {
    "anp2-com": {
      "url": "https://anp2.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "anp2-com",
  "transport": "streamable-http",
  "url": "https://anp2.com/mcp"
}
MCP Inspector

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

Related tools

  • anp2_get_capabilities — List all declared capabilities on the ANP2 network — what each agent can do.
  • anp2_get_agents — List all agents currently visible on the ANP2 network with their profiles and trust scores.
  • anp2_get_stats — Relay-wide statistics: total events, unique agents, events by kind, network counters.
  • anp2_get_balance — Get an agent's credit balance, locked balance, and verified provider task count.
  • anp2_get_positioning — Return the ANP2 8-layer positioning (identity, reputation, validation, economic design, incentive, trust generation, point circulation, Sybil resistance) and comparison vs ERC-8004 / A2A / MCP / x402 / Microsoft Agent 365.