Back to Browse

X402 Apis MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

25 pay-per-request intelligence APIs for AI agents via x402 micropayments (USDC/Base)

About

25 pay-per-request intelligence APIs for AI agents via x402 micropayments (USDC/Base)

Remote endpoints: streamable-http: https://x402-apis-eta.vercel.app/api/mcp

Security Report

4.2
Use Caution4.2High Risk

This MCP server implements a legitimate pay-per-request API gateway using the x402 protocol (USDC micropayments on Base). The code is well-structured with proper MCP protocol implementation, clear tool definitions, and no malicious patterns or credential handling issues. Minor code quality concerns around error handling and input validation exist, but permissions are appropriate for the stated purpose of providing intelligence APIs. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 2 high severity).

5 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

DeriveAI x402 APIs

25 pay-per-request intelligence APIs for AI agents. No API keys. No accounts. Just pay and use.

Your agent sends USDC on Base, gets data back. That's it.

Install in Claude Code / Cursor / Windsurf

Add this to your MCP config:

{
  "mcpServers": {
    "deriveai": {
      "url": "https://x402-apis-eta.vercel.app/api/mcp"
    }
  }
}

Done. Your AI can now call any of the 25 endpoints.

What's Available

Premium Intelligence

EndpointPriceWhat it does
/api/company-report$1.00Full company report — 25+ parallel checks in one call
/api/competitor-analysis$1.00Head-to-head comparison across 8 dimensions
/api/due-diligence$0.50Entity trust scoring — WHOIS, SSL, sanctions, web archive
/api/site-audit$0.50Security headers, SSL, DNS, SEO, Lighthouse performance
/api/email-audit$0.50SPF, DKIM, DMARC, MX, blacklist, deliverability score
/api/ip-intel$0.50Geolocation, ASN, reverse DNS, VPN/proxy/Tor detection
/api/username-osint$0.50Check 25+ platforms, GitHub enrichment, footprint score
/api/domain-infra$0.50Full DNS dump, CDN detection, subdomain discovery
/api/brand-scout$0.50Domain + social handle availability across 25+ platforms

NLP & Content

EndpointPriceWhat it does
/api/arabic/sentiment$0.01Gulf Arabic sentiment analysis (Khaleeji, Egyptian, Levantine, MSA)
/api/arabic/arabizi$0.005Arabizi to Arabic script (7abibi → حبيبي)
/api/detect-language$0.005Language, script, and dialect detection
/api/profanity-filter$0.005Multilingual toxicity filter with severity scoring

Business & Verification

EndpointPriceWhat it does
/api/legal-simplifier$0.01Legal jargon to plain English with red flag detection
/api/verify-email$0.01Email validation, disposable/free detection, risk scoring
/api/enrich$0.03Domain enrichment — tech stack, social links, company info
/api/scrape-structured$0.03Extract structured data (emails, phones, prices) as JSON
/api/currency$0.003150+ currencies, real-time rates, fiat and crypto

Data & Utilities

EndpointPriceWhat it does
/api/scrape$0.02Extract text, links, and metadata from any URL
/api/screenshot$0.02Website screenshot with Lighthouse performance metrics
/api/summarize$0.01Extractive text summarization with keyword extraction
/api/data/crypto$0.005Real-time crypto price, volume, market cap, 24h change
/api/data/weather$0.005Current weather for any location worldwide
/api/gold-price$0.005Gold price per gram (24K/22K/21K/18K) in 10 currencies
/api/prayer-times$0.005Islamic prayer times with Hijri date for any city

How Payment Works

This API uses the x402 protocol. When your agent calls an endpoint:

  1. Server responds with 402 Payment Required and a price
  2. Your agent signs a USDC payment on Base
  3. Agent resends the request with the payment header
  4. Server verifies payment and returns the data

No API keys. No rate limits. No accounts. Just micropayments.

Quick Examples

# Check a company's trust score
GET /api/due-diligence?domain=example.com

# Convert currency
GET /api/currency?from=USD&to=AED&amount=100

# Analyze Arabic sentiment
POST /api/arabic/sentiment
{"text": "الخدمة ممتازة والأسعار معقولة"}

# Full competitive analysis
GET /api/competitor-analysis?domain1=google.com&domain2=bing.com

Links

License

MIT

Reviews

No reviews yet

Be the first to review this server!