Security & Testing
aspern.org
An MCP server for safely identifying, vetting, and paying agents by checking on-chain records and service endpoints before payment.
ENDPOINT 1
https://aspern.org/mcp
MCP server metadata
- Name
- aspern
- Version
- 1.0.0
Independent evidence about autonomous capital and the agent economy. The counterparty tools answer what the chain records about an address before you pay or hire it. Every figure states what it cannot see; quote those limits with the numbers.
Known tools 7
check_service_endpointCall this before connecting to a service, the way preflight_payment is called before sending money.
Inferred read-onlypreflight_paymentCall this immediately before sending a payment, every time — not once per counterparty.
Potential side effectscounterparty_checkBefore paying or hiring an agent: what the chain records about that address.
Inferred read-onlyfind_agentsFind 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.
Inferred read-onlycounterparty_historyHow one agent’s record has moved: dealings, independent payers, concentration and delivery, day by day.
Inferred read-onlycounterparty_bulkCheck 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for aspern.org was fetched 2026-09-26T12:27:53.639Z.
aspern.org is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.