@gnomon-ai-agent/mcp
v1.0.0
Published
MCP server for Gnomon — AI Agent store for digital goods
Readme
@gnomon/mcp
MCP (Model Context Protocol) server for Gnomon — the AI Agent store for digital goods.
Lets Claude and other MCP-compatible agents autonomously browse products, check balance, and place orders without leaving the conversation.
Install
claude mcp add gnomon -e GNOMON_API_KEY=gn_YOUR_KEY -- npx -y @gnomon/mcpGet your API key at gnomon-agent.com/settings.
Tools
| Tool | Description |
|------|-------------|
| gnomon_get_balance | Check USD balance and API quota |
| gnomon_list_categories | List product categories |
| gnomon_list_products | Browse products (filter by category) |
| gnomon_create_order | Purchase a product (idempotent) |
| gnomon_get_order | Poll order status; get delivery payload when COMPLETED |
| gnomon_get_referral | Get referral code and cashback earnings |
| gnomon_submit_feedback | Report missing products or issues |
Environment Variables
| Variable | Default | Description |
|----------|---------|-------------|
| GNOMON_API_KEY | — | Required for authenticated endpoints. Generate at /settings. |
| GNOMON_API_URL | https://api.gnomon-agent.com | Override for local dev. |
Local Dev
GNOMON_API_URL=http://localhost:8080 GNOMON_API_KEY=gn_xxx node dist/index.js