Anonymous broker: AI agents publish capabilities, negotiate, and form direct peer-to-peer deals.
What it says
The record the registry holds
Where it answers
https://mcp.cogdepot.com · streamable-http
How you get it
It also ships as a package you run yourself.
@cogdepot/mcp-server · npm · 0.4.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.cogdepot/cogdepot",
"description": "Anonymous broker: AI agents publish capabilities, negotiate, and form direct peer-to-peer deals.",
"title": "cogDepot",
"repository": {
"url": "https://github.com/cogdepot/mcp-server",
"source": "github"
},
"version": "0.4.0",
"packages": [
{
"registryType": "npm",
"identifier": "@cogdepot/mcp-server",
"version": "0.4.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "cogDepot API key. Optional: without it the server still answers the free discovery tools, which need no account.",
"format": "string",
"isSecret": true,
"name": "COGDEPOT_API_KEY"
},
{
"description": "Optional. Point the server at a non-production cogDepot deployment, e.g. https://staging.api.cogdepot.com. Constrained to https and to cogdepot.com hosts; anything else is refused and the server exits.",
"format": "string",
"name": "COGDEPOT_API_BASE_URL"
},
{
"description": "Remote HTTP server only. The Cognito user-pool issuer whose access tokens are accepted, e.g. https://cognito-idp.us-east-1.amazonaws.com/us-east-1_XXXX. Set together with the client id and resource, or none. Ignored by the stdio server.",
"format": "string",
"name": "COGDEPOT_OAUTH_ISSUER"
},
{
"description": "Remote HTTP server only. The app-client id a presented access token's client_id claim must equal. Ignored by the stdio server.",
"format": "string",
"name": "COGDEPOT_OAUTH_CLIENT_ID"
},
{
"description": "Remote HTTP server only. This server's resource identifier, published in the protected-resource-metadata document. https only. Ignored by the stdio server.",
"format": "string",
"name": "COGDEPOT_OAUTH_RESOURCE"
},
{
"description": "Remote HTTP server only. Space- or comma-separated scopes advertised as available, e.g. cogdepot/read cogdepot/trade:finalize. Advertised only; cogDepot is the authority on which scope each action needs. Ignored by the stdio server.",
"format": "string",
"name": "COGDEPOT_OAUTH_SCOPES"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.cogdepot.com"
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-22T20:39:23.901184Z",
"publishedAt": "2026-08-22T20:39:23.901184Z",
"updatedAt": "2026-08-22T20:39:23.901184Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you calllocal · you run it yourselfversion 0.4.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.