← Back to Plugins
MCP Server MCP

Andru — Operational Empathy for B2B

github By github 👁 1 views ▲ 0 votes

28 signed tools for founders + PE/VC operators: ICP scoring, deal classification, market signals.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-server-andru-intelligence",
      "version": "1.5.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Andru Platform API key. Get one at https://platform.andru-ai.com/settings/api-keys",
          "isRequired": true,
          "isSecret": true,
          "name": "ANDRU_API_KEY"
        },
        {
          "description": "Andru API base URL (default: https://hs-andru-test.onrender.com)",
          "default": "https://hs-andru-test.onrender.com",
          "name": "ANDRU_API_URL"
        }
      ]
    },
    {
      "registryType": "npm",
      "identifier": "mcp-server-andru-intelligence",
      "version": "1.5.0",
      "transport": {
        "type": "streamable-http",
        "url": "https://mcp-server-andru-intelligence.onrender.com/mcp"
      },
      "environmentVariables": [
        {
          "description": "Your Andru Platform API key. Get one at https://platform.andru-ai.com/settings/api-keys",
          "isRequired": true,
          "isSecret": true,
          "name": "ANDRU_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...