VOOZH about

URL: https://glama.ai/mcp/servers/goodmeta/intelligence-mcp?locale=ja-JP

⇱ intelligence-mcp by goodmeta | Glama


Intelligence MCP Server

AIエージェントにエージェント決済エコシステムのインテリジェンスへのアクセスを提供するMCPサーバー。GitHub、Hacker News、npmからシグナルをスキャンし、分類・スコアリングを行い、実行可能な機会を返します。

ツール

ツール

説明

コスト

scan_opportunities

GitHub、HN、npmをスキャンし、AP2、ACP、x402、MPP、UCPに関する新しいリポジトリ、パッケージ、議論を検索します。AIによって分類・スコアリングされた機会を返します。エージェント決済の最近の活動や新しい開発について尋ねる際に使用してください。

$0.01 USDC

get_protocol_info

特定のエージェント決済プロトコルの標準的な説明(作成者、成熟度、リポジトリURL、レイヤー(認可、商取引、決済))を取得します。特定のプロトコルについて尋ねる際に使用してください。

無料

compare_protocols

5つのプロトコルすべてについて、作成者、レイヤー、エージェント委任、予算制限、加盟店間調整、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

Agent Payments Landscape プロジェクトの一部です。

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