Primus Coinbase $25 MCP Pilot
by Primus19
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SETUP_TOKEN | Yes | Random 32+ character one-time setup token | |
| LIVE_TRADING | Yes | Set to 'false' during testing | |
| JWT_SIGNING_KEY | Yes | Long random signing secret for MCP OAuth tokens | |
| PUBLIC_BASE_URL | Yes | HTTPS origin, such as https://your-service.up.railway.app | |
| GITHUB_CLIENT_ID | Yes | GitHub OAuth app client ID | |
| LIVE_CONFIRMATION | Yes | Empty during testing | |
| PRODUCT_ALLOWLIST | Yes | Explicit Coinbase USDC spot pairs | |
| GITHUB_CLIENT_SECRET | Yes | GitHub OAuth app secret | |
| CREDENTIAL_ENCRYPTION_KEY | Yes | Fernet key generated with python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())" |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues