@gnegro/memecoin-os-mcp
v0.1.0
Published
Read-only MemeCoin OS Exchange Intelligence MCP (stdio). Forwards JSON-RPC to the live API — not price tips. EXECUTE stays off.
Maintainers
Readme
@gnegro/memecoin-os-mcp
Read-only MemeCoin OS Exchange Intelligence MCP (stdio). Forwards JSON-RPC to the live API.
- Live terminal: memecoin-os.web.app
- Source: github.com/willan23/memecoin-os
- npm: npmjs.com/~gnegro
- Docs: MCP.md
EXECUTE is never exposed. Missing sources stay blank.
Install / run
npx -y @gnegro/memecoin-os-mcpnpm install -g @gnegro/memecoin-os-mcp
memecoin-os-mcpOptional API base (default = production Cloud Run):
set MEMECOIN_OS_API=https://memecoin-os-api-763598651987.europe-west1.run.app
memecoin-os-mcpCursor MCP
{
"mcpServers": {
"memecoin-os": {
"command": "npx",
"args": ["-y", "@gnegro/memecoin-os-mcp"],
"env": {
"MEMECOIN_OS_API": "https://memecoin-os-api-763598651987.europe-west1.run.app"
}
}
}
}License: Apache-2.0
