← Back to Plugins
MCP Server MCP

io.github.goodmeta/intelligence-mcp

github By github 👁 1 views ▲ 0 votes

Agent payments ecosystem intelligence. Scans GitHub/HN/npm across AP2, ACP, x402, MPP, UCP.

Homepage Verified source GitHub

Install

npx -y @goodmeta/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://intel.goodmeta.co/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@goodmeta/intelligence-mcp",
      "version": "0.1.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitHub Personal Access Token for scanning repos and issues.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GITHUB_PAT"
        },
        {
          "description": "Anthropic API key for classifying and scoring signals.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...