Security & Testing
agentbit.app
This MCP server provides tools for discovering, researching, and assessing the risk of companies and domains through business identity lookup, company enrichment, due-diligence research, and pre-transaction risk screening.
ENDPOINT 1
https://agentbit.app/mcp
MCP server metadata
- Name
- agentbit
- Version
- 1.7.0
Every tool is pay-per-call over the x402 protocol (USDC on Base, no signup). Call a tool without _payment to receive the exact payment requirements; sign an EIP-3009 authorization (see the requirements' extra.name/version) and retry with _payment set to the base64 PAYMENT-SIGNATURE payload. Docs: https://agentbit.app/llms.txt
Known tools 16
agentbit_discoverSearch every indexed x402 resource across Coinbase Bazaar, Agent402 and Agentic Market (7k+ tools): name, price, seller, network, usage metrics.
Inferred read-onlyagentbit.business_identityLegal entity identity via GLEIF: look up a company by LEI, search legal entities by name across jurisdictions, or validate an LEI checksum.
Inferred read-onlyagentbit.company_enrichCompany enrichment from a domain: canonical name, website, description, detected technologies (CMS, e-commerce platform, analytics), social profiles and mail infrastructure (MX).
Inferred read-onlyagentbit.company_researchOne-call company due-diligence dossier: web-signal enrichment (technologies, socials, mail), recent news from live web search, website agent-readiness score and technical risk indicators (DNS, SSL, domain age).
Inferred read-onlyagentbit.counterparty_riskPre-transaction risk screening for a domain, company or email domain: DNS resolution, MX presence, SSL validity/expiry, domain age via RDAP, website reachability.
Potential side effectsagentbit.discoverSearch every indexed x402 resource across Coinbase Bazaar, Agent402 and Agentic Market in one call (7k+ tools): name, description, price, seller, network and real usage metrics (calls, unique buyers, settled volume), with per-source freshness data.
Inferred read-onlyagentbit.email_deliverabilityEmail address deliverability and risk check before sending: syntax, domain, MX records, SPF, DMARC, disposable-provider detection and role-account detection.
Potential side effectsagentbit.financial_documentFinancial identifier validation: IBAN validation (format, length per country, mod-97 checksum), IBAN repair suggestions for OCR errors, EU VAT number format validation.
Inferred read-onlyagentbit.reddit_searchSearch Reddit posts by keyword, optionally within a subreddit, sorted by relevance, new or top over a timeframe.
Inferred read-onlyagentbit.sanctions_screenScreen a person or company name against the OFAC SDN and UN Security Council consolidated sanctions lists: fuzzy matching with similarity scores, matched programs, entity type and country.
Inferred read-onlyagentbit.util_transformDeterministic utility operations for agents: sha256/sha512/HMAC hashing, JWT decode, base64 encode/decode, UUID generation, JSON validation, CSV↔JSON, XML→JSON, URL parsing and semver comparison.
Inferred read-onlyagentbit.web_extractFetch any public URL and return clean, structured content: title, meta description, main text, markdown, headings, outbound links and page metadata.
Inferred read-onlyagentbit.web_searchLive web search for AI agents: returns ranked results with title, URL, snippet, publish date and source.
Potential side effectsagentbit.website_agent_readinessAudit any website for AI-agent and AI-crawler readiness: HTTPS, robots.
Inferred read-onlyagentbit.x402_intelligenceMarket analytics for the x402 ecosystem: search indexed resources, trending, seller reports with on-chain trend, price history over time, full market overview (sources, categories, price distribution, on-chain leaders), competition stats and scored opportunities.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentbit]
url = "https://agentbit.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentbit": {
"type": "http",
"url": "https://agentbit.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentbit
Remote MCP URL: https://agentbit.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentbit": {
"url": "https://agentbit.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentbit": {
"type": "http",
"url": "https://agentbit.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentbit",
"transport": "streamable-http",
"url": "https://agentbit.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.