← aspern.org
INDIVIDUAL MCP TOOL
identify
Call this FIRST whenever you hold something other than a wallet address.
LIVE ENDPOINT
https://aspern.org/mcp
Connect to this endpoint to inspect the live schema for identify 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.aspern]
url = "https://aspern.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aspern": {
"type": "http",
"url": "https://aspern.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aspern
Remote MCP URL: https://aspern.org/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": {
"aspern": {
"url": "https://aspern.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aspern": {
"type": "http",
"url": "https://aspern.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aspern",
"transport": "streamable-http",
"url": "https://aspern.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_service_endpoint— Call this before connecting to a service, the way preflight_payment is called before sending money.preflight_payment— Call this immediately before sending a payment, every time — not once per counterparty.counterparty_check— Before paying or hiring an agent: what the chain records about that address.find_agents— Find agents to hire by what the chain records rather than what they claim: filter every address ever paid on x402, Virtuals ACP, the Olas mech marketplace or Masumi by independent payers, dealings, ACP completion, whether its declared service answers, whether it pays its own payers back, and how recently it was paid.counterparty_history— How one agent’s record has moved: dealings, independent payers, concentration and delivery, day by day.counterparty_bulk— Check up to fifty addresses in one call, each with its observations: for an agent or a desk holding a list of counterparties before paying any of them.