VOOZH about

URL: https://glama.ai/mcp/servers/goodmeta/intelligence-mcp?locale=zh-CN

⇱ intelligence-mcp by goodmeta | Glama


Intelligence MCP 服务器

MCP 服务器,为 AI 智能体提供智能体支付生态系统的情报。扫描 GitHub、Hacker News 和 npm 以获取信号,对其进行分类和评分,并返回可操作的机会。

工具

工具

描述

费用

scan_opportunities

扫描 GitHub、HN 和 npm,获取 AP2、ACP、x402、MPP 和 UCP 协议下的新仓库、包和讨论。返回经 AI 分类和评分的机会。在询问有关智能体支付的近期活动或新进展时使用。

$0.01 USDC

get_protocol_info

获取特定智能体支付协议的规范描述,包括创建者、成熟度、仓库 URL 和层级(授权、商业或结算)。在询问特定协议时使用。

免费

compare_protocols

五种协议的并排对比矩阵,涵盖创建者、层级、智能体委托、预算限制、跨商户协调和 MCP 集成。在对比协议时使用。

免费

Related MCP server: AgentPay x402 — Economic-intelligence layer for AI Agents

安装

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 Code 一起使用

添加到您的 Claude Code MCP 配置中:

{
 "mcpServers": {
 "intelligence": {
 "command": "node",
 "args": ["/path/to/intelligence-mcp/dist/index.js"],
 "env": {
 "GITHUB_PAT": "ghp_...",
 "ANTHROPIC_API_KEY": "sk-ant-..."
 }
 }
 }
}

然后询问 Claude:“扫描过去 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 全站关键词搜索

  • Hacker News:匹配智能体支付关键词的报道(通过 Algolia API)

  • npm:匹配协议关键词的新包

构建者

Eric Tsang / Good Meta

智能体支付格局项目的一部分。

A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/goodmeta/intelligence-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server