Cookie Chain tools for AI agents: swap, launch, liquidity, staking, NFTs, and a Solana bridge.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
cookie-mcp · npm · 0.2.2
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.cookiechain/cookie-mcp",
"description": "Cookie Chain tools for AI agents: swap, launch, liquidity, staking, NFTs, and a Solana bridge.",
"repository": {
"url": "https://github.com/cookiechain/cookie-mcp",
"source": "github"
},
"version": "0.2.2",
"packages": [
{
"registryType": "npm",
"identifier": "cookie-mcp",
"version": "0.2.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Cookie Chain RPC endpoint. Defaults to the public Cookiescan RPC (https://rpc.cookiescan.io).",
"name": "COOKIE_RPC_URL"
},
{
"description": "Wallet key for money-moving tools (base58 secret, solana-keygen JSON array, or a path to a keypair file). Optional — without it the server runs read-only and money-moving tools return a clear error. The key is used only to sign locally and is redacted from all output.",
"isSecret": true,
"name": "COOKIE_PRIVATE_KEY"
},
{
"description": "Hard per-transaction spend cap in COOK; money-moving tools refuse inputs valued above it (0 disables). Defaults to 100.",
"name": "COOKIE_MAX_TRADE_COOK"
},
{
"description": "Default slippage tolerance in basis points (500 = 5%). Defaults to 500.",
"name": "COOKIE_SLIPPAGE_BPS"
},
{
"description": "Solana mainnet RPC endpoint, used only by the bridge tool. Defaults to the public endpoint, which is rate-limited; a dedicated RPC is recommended for reliable bridging.",
"name": "SOLANA_RPC_URL"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-22T13:28:25.483617Z",
"publishedAt": "2026-07-22T13:28:25.483617Z",
"updatedAt": "2026-07-22T13:28:25.483617Z",
"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+jsonlocal · you run it yourselfversion 0.2.2last 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.