hive-mcp-address-screen
hive-mcp-address-screen
自律エージェント向けの決済前オンチェーンリスクスクリーニング。
17ベクトルのGoPlusアドレスリスクレール。すべてのレスポンスには、HiveバックエンドからのEd25519署名付きC18証明レシートが含まれます。Base(USDCチェーンID 8453)上の本番レールであり、モックではありません。
MCPツール
ツール | 入力 | 出力 | |
|
| 完全なバックエンドレスポンス: | FLAG), |
|
|
|
両方のツールは同じライブバックエンドを呼び出します。address_screen_clear_only は、合格/不合格のシグナルのみが必要な場合に完全なレシートを除外する軽量なコンビニエンスラッパーです。
Related MCP server: actiongate
エンドポイント
メソッド | パス | 説明 |
|
| JSON-RPC 2.0 MCPエンドポイント |
|
| サービスヘルスチェック |
|
| MCP検出マニフェスト |
|
| A2Aエージェントカード |
|
| SEOメタデータ |
バックエンド
フィールド | 値 |
エンドポイント |
|
ボディ |
|
プロバイダー | GoPlus Security (17ベクトルアドレスリスク) |
レシート | Ed25519署名付き (C18証明保証) |
チェーン (デフォルト) | Base — チェーンID 8453 |
リクエスト例
curl -X POST https://hivemorph.onrender.com/v1/attest/address/screen \
-H "Content-Type: application/json" \
-d '{"address":"0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E","chain_id":8453}'レスポンス例 (CLEAR)
{
"screen_id": "addrca8431d8-...",
"address": "0x15184bf50b3d3f52b60434f8942b7d52f2eb436e",
"chain_id": 8453,
"decision": "CLEAR",
"flags_hit": [],
"malicious_contracts_created": 0,
"raw": { "cybercrime": "0", "money_laundering": "0", ... },
"receipt": {
"kind": "address_risk_screen_receipt",
"decision": "CLEAR",
"signing": { "algorithm": "EdDSA", "curve": "Ed25519", ... }
},
"_meta": { "patent": "USPTO 64/055,601", "claim": "C23" }
}接続
Claude / Cursor / MCP互換ホスト
MCP設定に追加してください:
{
"mcpServers": {
"hive-address-screen": {
"url": "https://hive-mcp-address-screen.onrender.com/mcp",
"transport": "streamable-http"
}
}
}ローカル実行
git clone https://github.com/srotzin/hive-mcp-address-screen.git
cd hive-mcp-address-screen
npm install
node server.js
# Server on :3000環境変数
変数 | デフォルト | 説明 |
|
| HTTPリッスンポート |
|
| HiveバックエンドベースURL |
プロトコル
トランスポート: Streamable-HTTP
プロトコルバージョン: MCP 2024-11-05
メッセージフォーマット: JSON-RPC 2.0
サポートされているメソッド:
initialize,tools/list,tools/call,ping
GoPlusリスクベクトル (17)
cybercrime · money_laundering · gas_abuse · financial_crime · darkweb_transactions · reinit · phishing_activities · contract_address · fake_kyc · blacklist_doubt · fake_standard_interface · stealing_attack · blackmail_activities · sanctioned · malicious_mining_activities · mixer · fake_token · honeypot_related_address
CLEAR判定は、17個のベクトルすべてが "0" を返し、malicious_contracts_created が 0 であることを意味します。
ライセンス
MIT — LICENSE を参照してください。
特許請求: C23 (USPTO 64/055,601)
発明者: Stephen A. Rotzin · thehiveryiq.com · steve@thehiveryiq.com
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Pre-transaction risk screening for Ethereum addresses: signed score, sanctions, audit trail.
Solana address risk grades and token scans for AI agents. Pay-per-call via x402 (USDC on Base).
Pay-per-call safety checks for AI agents: screen a crypto address or URL before you transact.
Pre-transaction token risk checks for autonomous agents on six chains. Read-only; paid via x402.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceEnables blockchain security analysis using GoPlus Security API, providing rug pull detection, phishing site detection, NFT security analysis, and token security assessment across 14+ blockchain networks. Supports comprehensive security analysis for addresses, tokens, and smart contracts through natural language queries.2-
- AlicenseNot gradedqualityDmaintenancePre-execution safety layer for autonomous agent wallets. Risk scoring, transaction simulation, and policy enforcement via MCP.MIT
- AlicenseNot gradedqualityCmaintenanceRoutes blockchain address screening to third-party KYC/AML providers and checks public sanctions lists, serving as a clean-money gate primitive for MCP-compatible agents.MIT
- FlicenseNot gradedqualityCmaintenanceProvides counterparty risk checks for any EVM address, returning malicious-history flags, tiered risk scoring, and plain-language summaries via x402 payment.-