INDIVIDUAL MCP TOOL
policy_get
Read this agent's action policy: per-action and daily caps, the human-approval line, symbol allow/deny lists, options and margin switches, trading hours and concentration limit, plus its version.
LIVE ENDPOINT
https://a-identity.xyz/mcp
Connect to this endpoint to inspect the live schema for policy_get 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
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.a-identity-mcp]
url = "https://a-identity.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"a-identity-mcp": {
"type": "http",
"url": "https://a-identity.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: a-identity-mcp
Remote MCP URL: https://a-identity.xyz/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": {
"a-identity-mcp": {
"url": "https://a-identity.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"a-identity-mcp": {
"type": "http",
"url": "https://a-identity.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "a-identity-mcp",
"transport": "streamable-http",
"url": "https://a-identity.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
resolve_agent— Resolve an agent's identity with a LIVE on-chain read of the ERC-8004 IdentityRegistry (ownerOf + tokenURI) on any of the 8 chains that carry one (Arc, Base, RH Chain, RH Chain test, Arbitrum, X Layer, Celo, Celo Sepolia).get_reputation— An agent's deterministic reputation (0-1000) computed from REAL activity: on-chain USDC settlements, verified ERC-8004 identity, clean ratio, and tenure.list_agents— List the real agents registered on this A-Identity platform (name, chain, KYA + on-chain status).get_chain_status— List every chain in the A-Identity chain registry, with its identity standard, x402 support, the ERC-8004 registries it carries and its lifecycle status: 8 live, 4 beta, 1 planned.get_arc_status— Connect to the Circle Arc testnet over JSON-RPC and read live chain state (chainId, latest block).get_circle_status— Report the Circle developer platform link: wallets (W3S), Gateway (unified balance), USDC.list_capabilities— Describe the full A-Identity protocol surface: identity, payments, connectivity, reputation, and supported chains.merchant_check— Verify a merchant-side agent BEFORE a checkout or payment authorization - the trust step agentic-commerce protocols (ACP/UCP) leave to user approval.