alderpost-mcp
MCP server for Alderpost Intelligence API — 8 x402 endpoints bundling premium data sources (VirusTotal, People Data Labs, Hunter.io, AbuseIPDB, SSL Labs, NIH RxNorm) into scored intelligence responses. Pay per call via USDC on Base.
README
Alderpost MCP Server
MCP server for the Alderpost Intelligence API — 8 bundled intelligence endpoints covering security, business, compliance, sales, sports, property, and health data.
Each tool calls a live API endpoint that bundles 5-8 data sources into a single scored response. Pay per call via x402 USDC on Base — no API keys, no subscriptions.
Tools
| Tool | Description | Price |
|---|---|---|
domain_shield |
Domain security: SPF, DKIM, DMARC, SSL, MX, DNSSEC | $0.25 |
company_xray |
Company intel: tech stack, infrastructure, social, business signals | $0.50 |
threat_pulse |
Threat intel: blacklists, ports, SSL, email security | $0.35 |
compliance_check |
IT compliance: email auth, headers, cookies, privacy, DNSSEC | $0.85 |
prospect_iq |
Sales intel: web presence, tech stack, social, contact readiness | $0.40 |
sports_edge |
Pre-game intelligence: standings, odds, AI analysis | $0.50 |
property_intel |
Location intel: amenities, schools, elevation, walkability | $0.75 |
health_signal |
Health intel: FDA drug info, adverse events, recalls, nutrition | $0.30 |
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"alderpost": {
"command": "npx",
"args": ["-y", "alderpost-mcp"]
}
}
}
Cursor
Add to your .cursor/mcp.json:
{
"mcpServers": {
"alderpost": {
"command": "npx",
"args": ["-y", "alderpost-mcp"]
}
}
}
Claude Code
claude mcp add alderpost -- npx -y alderpost-mcp
How It Works
Each tool makes an HTTP request to the corresponding Alderpost API endpoint. Endpoints are x402-protected — payment is handled via USDC on Base mainnet. For discovery-mode calls (no payment), you'll receive the 402 response with pricing and schema information.
For full paid access, use the agentcash MCP alongside this server, or integrate with any x402-compatible payment flow.
Links
- Website: alderpost.co
- x402scan: x402scan.com
- API Docs: alderpost.co/llms.txt
License
MIT — Alderpost LLC, Wisconsin
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.