← Back to Plugins
MCP Server MCP

Inflectiv

github By github 👁 1 views ▲ 0 votes

Search, build and manage Inflectiv datasets and AI agents, plus ChainAware on-chain intelligence.

Homepage Verified source GitHub

Install

npx -y @inflectiv-ai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@inflectiv-ai/inflectiv-mcp",
      "version": "1.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key scoped to a dataset (starts with `inf_`). Create one from any dataset page in the dashboard.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "INFLECTIV_API_KEY"
        },
        {
          "description": "Override API URL (for self-hosted or local dev)",
          "format": "string",
          "default": "https://app.inflectiv.ai/api/platform",
          "name": "INFLECTIV_BASE_URL"
        },
        {
          "description": "EVM wallet private key for x402 crypto payments. When set and credits are 0, pays per-request with USDC on Base.",
          "format": "string",
          "isSecret": true,
          "name": "INFLECTIV_WALLET_PRIVATE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...