@definitive-fi/mcp
v1.1.1
Published
MCP server for the Definitive on-chain trading platform
Downloads
33
Maintainers
Readme
@definitive-fi/mcp
MCP server for the Definitive on-chain trading platform.
Quick Start
Add the following to your MCP client configuration (e.g., Claude Desktop, Claude Code, Cursor):
{
"mcpServers": {
"definitive": {
"command": "npx",
"args": ["-y", "@definitive-fi/mcp@latest"],
"env": {
"DEFINITIVE_API_KEY": "dpka_...",
"DEFINITIVE_API_SECRET": "dpks_...",
"DEFINITIVE_API_KEY_TYPE": "portfolio"
}
}
}
}Documentation & API Keys
New to Definitive? Visit the Definitive API documentation to get started and obtain your API keys.
Environment Variables
| Variable | Required | Description |
|---|---|---|
| DEFINITIVE_API_KEY | Yes | Your Definitive API key |
| DEFINITIVE_API_SECRET | Yes | Your Definitive API secret |
| DEFINITIVE_API_KEY_TYPE | Yes | Key type: "portfolio" or "organization" |
| DEFINITIVE_BASE_URL | No | API base URL |
| DEFINITIVE_PORTFOLIO_ID | No | Portfolio ID (required for organization keys when targeting a specific portfolio) |
