MCP Server
MCP
io.github.goodmeta/intelligence-mcp
Agent payments ecosystem intelligence. Scans GitHub/HN/npm across AP2, ACP, x402, MPP, UCP.
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
By
Comments
Sign in to leave a comment