智能MCP服务器
MCP服务器,使AI代理能够访问代理支付生态系统智能。扫描GitHub、Hacker News和npm的信号,对其进行分类和评分,并返回可操作的机会。
工具
| 工具 | 描述 | 成本 |
|---|---|---|
scan_opportunities | 扫描GitHub、HN和npm,查找AP2、ACP、x402、MPP和UCP中的新存储库、包和讨论。返回AI分类和评分的机会。在询问代理支付的最新活动或新发展时使用。 | 0.01美元直流电 |
get_protocol_info | 获取特定代理支付协议的规范描述,包括创建者、到期日、回购URL和层(授权、商业或结算)。询问特定协议时使用。 | 免费 |
compare_protocols | 跨创建者、层、代理委托、预算限制、跨商家协调和MCP集成的所有五种协议的并排比较矩阵。在比较协议时使用。 | 免费 |
安装
git clone https://github.com/goodmeta/intelligence-mcp.git
cd intelligence-mcp
npm install
cp .env.example .env # add your keys
npm run build使用Claude代码
添加到您的Claude Code MCP配置中:
{
"mcpServers": {
"intelligence": {
"command": "node",
"args": ["/path/to/intelligence-mcp/dist/index.js"],
"env": {
"GITHUB_PAT": "ghp_...",
"ANTHROPIC_API_KEY": "sk-ant-..."
}
}
}
}然后问克劳德:“扫描过去7天的代理付款机会”
示例
> scan_opportunities(days=7, min_score=12)
Found 23 opportunities (99 signals scanned):
[19/20] [contribution] paygraph-ai/paygraph: Policy engine needs cross-gateway budget tracking
Action: File issue about cross-wallet coordination gap
Why: Building agent wallet with spend controls but no cross-gateway budget
https://github.com/paygraph-ai/paygraph
[18/20] [prospect] sentinelx402: Looking for x402 beta testers
Action: Offer to test with agent-verifier integration
...数据源
- GitHub:在所有GitHub上跟踪组织+关键字搜索的新存储库
- 黑客新闻:匹配代理支付关键词的故事(通过Algolia API)
- npm:匹配协议关键字的新包
建造于
部分 代理支付格局 项目。
