← Back to Plugins
MCP Server MCP

TradeOS Public Intelligence

github By github 👁 1 views ▲ 0 votes

Crypto market intelligence, evidence, watchlists, feedback, and paid x402 SKU routing.

Homepage Verified source GitHub

Install

npx -y @agenticsrclab/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@agenticsrclab/tradeos-public-intel-mcp-server",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional TradeOS public intelligence API base URL.",
          "format": "string",
          "placeholder": "https://api.tradeos.tech/v1/public-intel",
          "name": "TRADEOS_API_BASE"
        },
        {
          "description": "Optional public-intel app key for attribution and quota confidence.",
          "format": "string",
          "isSecret": true,
          "name": "TRADEOS_PUBLIC_INTEL_KEY"
        },
        {
          "description": "Optional account token for user-owned watchlist tools.",
          "format": "string",
          "isSecret": true,
          "name": "TRADEOS_ACCOUNT_TOKEN"
        },
        {
          "description": "Optional TradeOS x402 gateway base URL.",
          "format": "string",
          "placeholder": "https://tradeos.tech",
          "name": "TRADEOS_X402_BASE_URL"
        },
        {
          "description": "Optional stable agent or host identifier used for x402 attribution.",
          "format": "string",
          "name": "TRADEOS_X402_AGENT_ID"
        },
        {
          "description": "Optional one-time buyer-signed x402 payment header for explicit paid calls. Do not use for private keys.",
          "format": "string",
          "isSecret": true,
          "name": "TRADEOS_X402_PAYMENT_HEADER"
        },
        {
          "description": "Optional buyer wallet address sent with explicit paid x402 calls.",
          "format": "string",
          "name": "TRADEOS_X402_WALLET_ADDRESS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...