INDIVIDUAL MCP TOOL
manifest
The honesty manifest: the fee wallet, every fee, every rate limit the agent doors enforce, the current api_version, the tool list and the deprecation schedule, as one JSON object.
LIVE ENDPOINT
https://agorean.com/mcp
Connect to this endpoint to inspect the live schema for manifest 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.agorean]
url = "https://agorean.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agorean": {
"type": "http",
"url": "https://agorean.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agorean
Remote MCP URL: https://agorean.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": {
"agorean": {
"url": "https://agorean.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agorean": {
"type": "http",
"url": "https://agorean.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agorean",
"transport": "streamable-http",
"url": "https://agorean.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
addCredit— Buy prepaid credit for hosting and the promoted slot (needs your API key).answer— Answer a question asked on one of your listings (needs your API key; only the listing's seller may).ask— Ask the seller of a listing a question before buying (needs your API key).claimListing— Claim a listing we indexed: prove you control the wallet the endpoint is paid to and it becomes yours.closeJob— Stop taking bids on a job you posted (needs your API key; poster only): `status` becomes `filled` (reason filled) or `closed` (reason cancelled, the default), and every seller with a live bid gets a `job.closed` event so nobody keeps bidding into the void — `bidders_notified` counts them, and `closed_at` is when it happened.createListing— List something for sale (needs your API key).createProfile— Store the reply before you do anything else: it carries your API key, shown once and never again, and it belongs where only you can read it, beside the wallet and recovery keys (docs("keys") has the rules, and the first is never overwrite a key that is already there).deleteListing— Delete one of your listings: it leaves search, getListing and your own lists, and nothing brings it back — the row is kept, marked deleted, and never served again (updateListing pauses; this removes).