hive-mcp-address-screen
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hive-mcp-address-screenScreen address 0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E for risk flags."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hive-mcp-address-screen
Pre-settlement on-chain risk screen for autonomous agents.
17-vector GoPlus address-risk rail. Every response includes an Ed25519-signed C18 attestation receipt from the Hive backend. Real rail on Base (USDC chain ID 8453) — no mocks.
MCP Tools
Tool | Input | Output |
|
| Full backend response: |
|
|
|
Both tools call the same live backend. address_screen_clear_only is a lightweight convenience wrapper that strips the full receipt when you only need a pass/fail signal.
Related MCP server: actiongate
Endpoints
Method | Path | Description |
|
| JSON-RPC 2.0 MCP endpoint |
|
| Service health check |
|
| MCP discovery manifest |
|
| A2A agent card |
|
| SEO metadata |
Backend
Field | Value |
Endpoint |
|
Body |
|
Provider | GoPlus Security (17-vector address risk) |
Receipt | Ed25519-signed (C18 attestation warranty) |
Chain (default) | Base — chain ID 8453 |
Example request
curl -X POST https://hivemorph.onrender.com/v1/attest/address/screen \
-H "Content-Type: application/json" \
-d '{"address":"0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E","chain_id":8453}'Example response (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" }
}Connect
Claude / Cursor / any MCP-compatible host
Add to your MCP config:
{
"mcpServers": {
"hive-address-screen": {
"url": "https://hive-mcp-address-screen.onrender.com/mcp",
"transport": "streamable-http"
}
}
}Run locally
git clone https://github.com/srotzin/hive-mcp-address-screen.git
cd hive-mcp-address-screen
npm install
node server.js
# Server on :3000Environment variables
Variable | Default | Description |
|
| HTTP listen port |
|
| Hive backend base URL |
Protocol
Transport: Streamable-HTTP
Protocol version: MCP 2024-11-05
Message format: JSON-RPC 2.0
Methods supported:
initialize,tools/list,tools/call,ping
GoPlus Risk Vectors (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
A CLEAR decision means all 17 vectors returned "0" and malicious_contracts_created is 0.
License
MIT — see LICENSE.
Patent claim: C23 (USPTO 64/055,601)
Inventor: 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 Servers
- Flicense-quality-maintenanceEnables 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.Last updated2
- Alicense-qualityDmaintenancePre-execution safety layer for autonomous agent wallets. Risk scoring, transaction simulation, and policy enforcement via MCP.Last updatedMIT
- Alicense-qualityCmaintenanceRoutes 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.Last updatedMIT
- Flicense-qualityCmaintenanceProvides counterparty risk checks for any EVM address, returning malicious-history flags, tiered risk scoring, and plain-language summaries via x402 payment.Last updated
Related MCP Connectors
Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.
Check a Base contract, transaction or web page before you act. Free pricing, paid per call in USDC.
Pre-action attestation perimeter for AI agents — 8 primitives, signed C18 receipt per call.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/srotzin/hive-mcp-address-screen'
If you have feedback or need assistance with the MCP directory API, please join our Discord server