← Back to Plugins
MCP Server MCP

io.github.Coinversaa/mcp-server

github By github 👁 1 views ▲ 0 votes

Crypto intelligence for AI agents. Hyperliquid trader analytics, cohorts, and live market data.

Homepage Verified source GitHub

Install

npx -y @coinversaa/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@coinversaa/mcp-server",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Coinversaa API key (starts with cvsa_). Get one at https://coinversaa.ai/developers",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "COINVERSAA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...