MCP Server Marketplace: 900+ AI Tools
MCPize hosts 900+ Model Context Protocol servers for AI assistants, automation, databases, and search. One-click install for Claude, Cursor, VS Code, and any MCP client. One subscription gives you a single API key across every paid server.
website-auditor-mcp
by Procoders
MCP server that audits public web pages for SEO, metadata, accessibility basics, and security headers.
Context Manager
MCP server that helps AI agents manage, compress and prioritise long contexts to save tokens and stay focused
slacking-biz
SEC financial data for AI agents: health scores, income statements, balance sheets, cash flow, insider trades, sentiment analysis, and company screening. 28 tools, 120+ major US companies, data sourced directly from SEC EDGAR filings (10-K, 10-Q, 8-K, Form 4). No scraping or XBRL parsing — one MCP call returns clean, structured data agents can act on. Free tier: 100 calls/mo.
Statement Normalizer
Deterministic bank-statement parsing for AI agents: messy CSV/OFX exports in, clean categorized ledger rows out.
RuleClock
Monitor live Federal Register rules, comment deadlines, docket changes, and effective dates with official-source links and a keyless hosting fallback.
QuotaProof MCP
Audit SaaS plans, quota enforcement, and usage traces before customers find free-access loopholes or false paywalls.
Verified Numbers
Current, source-cited US federal tax and business constants for AI agents, including mileage rates, SE tax, income tax brackets, and retirement limits.
Prompt Leak Guard
Detect, redact, and block credentials, PII, payment data, and other sensitive values before they reach an AI model, MCP tool, or log.
Domain Health Audit: DNS, WHOIS, SSL, SPF, DKIM & DMARC
Domain Health Audit as an MCP server: DNS, WHOIS, SSL, SPF, DKIM and DMARC posture with copy-paste fixes.
competitor-intel-mcp
Competitor analysis, pricing benchmarking, and market gap finder for SaaS founders. Know your competition, find your positioning, price with confidence.
resume-mcp
Resume and career writer MCP — resume bullets, cover letters, LinkedIn profiles, interview prep
cold-outreach-mcp
Write personalized cold emails, LinkedIn DMs, and prospect research briefs that actually get replies. Score and improve your outreach.
crypto-tax-cost-basis-mcp
Crypto tax calculator MCP: exact cost basis & capital gains via FIFO, LIFO, HIFO & specific-ID short/long-term splits, Form 8949, audit trail. 100% offline, no API keys.
BountyVerdict
Why did this GitHub Actions workflow fail? Should I rerun this flaky CI job? Is this GitHub issue bounty still available? Audit coding-agent instructions. Will this MCP tools list update break my agent? Free router; paid answers use x402.
Agent Observability
Agent Observability provides developers with deep visibility into LLM workflows by tracking spans, execution costs, and token usage. Use obs_event_log and obs_trace_get to debug agent logic, while obs_metrics_summary and obs_anomaly_scan identify latency spikes, cost outliers, and failure patterns. This server enables precise monitoring and incident response for complex agentic systems.
Conformite France (TVA & BODACC)
Automate French corporate due diligence with the Conformite France MCP server. Developers can use fr_compliance_check to instantly generate risk scores based on SIRENE data, BODACC insolvency filings, and VIES validation. Integrate fr_vat_compute and eu_vat_validate to handle French and EU tax identification workflows directly within your applications to ensure regulatory compliance and verify counterparty stability.
Entreprises France (SIRENE)
Serveur MCP donnant accès aux données officielles des entreprises françaises (SIRENE/INSEE) : dirigeants, effectifs, code NAF, géolocalisation.
Prevalid
Decision Intelligence for AI agents.
Legal Suite Litigator
Secure Node.js proxy server for Legal Suite Litigator that keeps Anthropic API keys server-side.
PulseNetwork Intel
Market and risk intelligence for AI agents from the PulseNetwork API fleet (76 origins, 950+ paid endpoints). Token-safety scans with CLEAR/CAUTION/AVOID verdicts for Solana memecoins and EVM tokens on 8 chains, official US macro indicators read from Chainlink oracles (GDP, PCE, SOFR), macro regime classification, ECB-reference FX conversion, country risk scoring, OFAC/EU/UN/UK sanctions exposure, and ACLED conflict scans. Deterministic sources, fast responses, no API keys to manage.
Human Emotion Intelligence
Human Emotion Intelligence provides developers with an open-source layer to integrate real-time emotion detection, intent analysis, and long-term emotional memory into LLM workflows. Use this server to build context-aware agents that adapt their response strategies based on user sentiment, enabling more empathetic and precise human-computer interactions.
Agent Reliability
Calculate success probability, bottlenecks and improvement tips for AI agent tool-chains. Pure math, zero API cost.
claude-cost-audit-mcp
Exact Claude API cost calculation with correct prompt-cache economics (1.25x/2x write, 0.1x read) and cache break-even analysis, plus a scanner that catches the single most common Claude-cost mistake — estimating tokens with OpenAI's tiktoken, which Anthropic's own docs say undercounts Claude by 15-20%.
regex-safety-audit-mcp
Parses a regex into a real AST to catch catastrophic-backtracking (ReDoS) risk — nested unbounded quantifiers, ambiguous alternation inside a repeated group, and backreferences — without ever executing the pattern itself. Generates proof-of-concept attack strings and JS-safe rewrites (JS has no atomic groups or possessive quantifiers, so the usual PCRE/.NET fixes don't transfer).
cron-schedule-audit-mcp
Validates cron expressions and computes correct next-fire times using the real IANA timezone database — catches the specific DST footgun that silently skips a scheduled job every spring or fires it twice every fall, plus the day-of-month/day-of-week OR-not-AND surprise almost everyone hits once.
mcp-schema-audit-mcp
Audits MCP tool definitions and marketplace listings for the specific patterns that make models call tools wrong, never call them, or mis-fill their parameters — vague descriptions, missing parameter docs, non-verb-first naming, oversized enums, deeply nested schemas — plus MCPize's own 500-character description limit, caught before you burn a deploy attempt finding out.
chrome-extension-submission-audit-mcp
Pre-submission Chrome Web Store policy audit for extension developers — manifest.json checks, remote-code/eval() scanning, and single-purpose/permission-justification checklists grounded in Google's own published policy categories (remote code, permission scope, single purpose, minimum functionality, privacy policy, misleading metadata). Catches the specific named reasons extensions get rejected for, before you submit and wait days for a form-letter rejection.
backtest-cost-sensitivity-mcp
Transaction-cost sensitivity analysis for backtested trading strategies — sweep commission/slippage assumptions to see exactly how fast an edge degrades, find the precise breakeven cost per trade, and run a structured look-ahead-bias audit. Answers the question a raw backtest report never shows on its own — how much of this edge is real friction-adjusted profit vs. an artifact of unrealistically cheap fills.
pinescript-audit-mcp
Static analysis for Pine Script v6 strategies — catches the specific known correctness traps that cause backtest-vs-live divergence (fill timing, ATR smoothing method, lookahead bias, VWAP session anchoring, exit-level drift, v6 syntax gotchas). Paste your strategy source, get a checked list back, not a compile — most of these bugs compile clean and only show up as silent numeric divergence.
walkforward-validator-mcp
Walk-forward robustness testing for algo/quant strategies — Walk-Forward Efficiency ratio, parameter-stability scoring (catches fragile curve-fit spikes vs. robust plateaus), a lock-after-optimization audit for hand-tuning violations, and a WFO window generator. Complements pure Monte Carlo/overfitting checks with the time-and-parameter-robustness angle they don't cover.
overfitting-audit-mcp
Rigorous backtest-overfitting detection: Probability of Backtest Overfitting (CSCV), Deflated Sharpe Ratio, Minimum Backtest Length, and purged/embargoed cross-validation splits for algo/quant traders
Expense Copilot MCP
AI-powered MCP expense tracker for ChatGPT, Claude, and other assistants. Log expenses by chat, voice, or receipt scan; search spending history, view summaries, detect hidden costs, spot overspending, and get saving tips. No bank linking required.
known-image-lookup-mcp
Query known Docker image metadata — volume mounts, DB companion needs, default non-root users, and HEALTHCHECK instructions. Replaces hardcoded Python dicts in the Railway template pipeline with a queryable MCP service.
Email & Domain Auth Checker: MX, SPF, DKIM & DMARC
Check an email or domain's deliverability signals and auth posture — MX, SPF, DKIM, DMARC, disposable and role flags — using only public DNS. No SMTP.
IBAN Validator: Verify & Bulk-Check Bank IBANs
Validate any IBAN offline against the official ISO 13616 algorithm — mod-97 checksum, country length and BBAN structure — with a typed reason per failure.
PDF Toolkit: Merge, Split, Compress & Convert PDFs
Merge, split, compress and convert PDFs — plus extract their text — as typed tools. Processed in memory, capped and streamed, nothing stored.
llms.txt Checker, Generator & Monitor: AI Search Readiness
Audit and generate llms.txt — score a site's AI-search readiness 0-100 against the spec with concrete fixes, or draft a file from its own sitemap.
Website Technology Detector: Tech Stack Scanner
Detect what technology any website runs on — CMS, framework, ecommerce, analytics, CDN and hosting — from a single URL. Public page only, nothing stored.
EU VAT Validator (VIES): Verify & Bulk-Check VAT IDs
Validate EU and Northern Ireland VAT numbers against the official free VIES service — single and bulk, with business name/address and a down-vs-invalid distinction.
Sanctions Screening: Check Names Against OFAC, EU, UK & UN
Screen names, companies and crypto addresses against official OFAC, EU, UK and UN sanctions lists — cross-list consolidated, with a documented verdict.
ckg-agentforce
by GraphifyMD
Salesforce AgentForce as a traversable knowledge graph — 40 nodes, Einstein Trust Layer, Resolution Criteria, 2-dollar-per-resolution billing path. 11x fewer tokens than RAG. MCP-native.
creator-toolkit-mcp
The creator-toolkit-mcp empowers content creators to produce high-performing social copy directly from their terminal. Use write_post and write_cheatsheet to generate structured LinkedIn content, or employ polish_post to remove AI-generated patterns and improve draft quality. It also includes specialized tools to craft Instagram captions and five-section newsletters, ensuring your output is optimized for engagement.
Package Guard — AI Dependency Verifier
Catch hallucinated packages, slopsquatting and typosquats before they get installed. Package Guard verifies every npm or PyPI dependency an AI suggests: does it actually exist, is it a typosquat of a popular package, is it deprecated or abandoned, and does it have known CVEs (OSV). Batch-audit a whole AI-proposed dependency list in one call. Deterministic scoring, no LLM in the loop.
montecarlo-validator-mcp
Monte Carlo backtest validation (bootstrap EV confidence interval, drawdown-path percentile) and prop firm challenge pass-probability simulation. Answers whether a backtest's edge is statistically real, and which win-rate/risk-reward geometry clears a fixed profit-target/drawdown-limit challenge most reliably.
Japan Business Data Normalizer
Clean Japanese CRM company names and phone numbers into stable JSON before matching, review, or import.
postgres-insight
Empower developers and DBAs to optimize PostgreSQL performance with tools for schema introspection, bloat detection, and query diagnostics. Use pg_analyze_query and pg_recommend_indexes to identify bottlenecks and generate schema improvements, while pg_dry_run_query ensures safe execution. From health monitoring to index optimization, gain actionable insights into your database state without manual overhead.
Stelar Crypto Signals — Live Grid & Market-Regime Data
Real-time crypto market-regime, sentiment, risk, and live grid-bot P&L telemetry from a real production trading system — not a backtest. Lead tools: telemetry (live grid P&L), regime (choppy/up/down classification), gridparams (grid-trading parameter recos for any pair), sentiment, risk, price. Pay per call in USDC on Base via x402 — no signup, no API key. Built and run by one human + one AI.
HireLocksmiths — Locksmith Finder
Find a vetted, licensed U.S. locksmith and request a quote or booking. Six tools: search_locksmiths, get_locksmith, request_quote, book_job, check_availability, get_eta. Price and ETA are confirmed by the locksmith at quote time, never fabricated.
ckg-nvidia-ai
by GraphifyMD
NVIDIA AI developer stack as a traversable knowledge graph — 20 domains, 1,006 nodes, declared edges only. 4× RAG F1, 11× fewer tokens.
x-trend-intelligence-mcp
MCP server exposing 8 social intelligence tools for X/Twitter — competitor sentiment, brand monitoring, trend detection, share-of-voice, complaint identification, keyword tracking, influencer analysis, and combined intelligence reports. Deterministic sentiment scoring, no LLM dependency.
Google Admin for Workspace
Multi-Tenant SaaS MCP Server for Google Admin Directory - 1) Enables multi-account management for users, devices, security, and workspace settings across multiple Google Workspace tenants. 2) Empowers AI assistants (Claude, Gemini, Antigravity) to manage users, device security policies, SKUs, and domain configurations via the Google Admin Directory API.
Food Insights Unlocked
Scan your food, know your health! Instant product info at your fingertips.
Lexicon Master
Unlock the power of words with instant definitions and synonyms!
Real-Time Air Quality Insights
Stay ahead of pollution with live air quality data!
crypto-data-mx
CryptoData MX — Precios de criptomonedas y tipo de cambio USD/MXN en tiempo real para agentes en Latinoamérica. Fuente: Crypto.com Exchange API pública.
xpense-mcp
The xpense-mcp server provides developers and financial analysts with direct access to personal finance data. Use tools like get_summary and get_spending_analytics to retrieve aggregated insights, or fetch granular records via get_expenses, get_income, and get_assets. It enables automated tracking of borrowings, loans, and spending trends directly within your development environment.
Sextante Embedded
A market-data lens that reads, normalizes, and synthesizes multi-source financial data for trading research.
GuardRail Security
Enterprise multi-language security MCP for AI coding agents. Features hybrid scanning (secrets + Python AST/taint + tree-sitter), repo/PR diff scanning, OSV CVEs, SARIF/SBOM, Docker/K8s checks, policy packs, RBAC, audit logs, and fix drafts.
vibecodingchile-mcp
Servidor MCP que expone la ontología de cumplimiento de VibeCodingChile (Ley N°21.719, ISO/IEC 42001, EU AI Act) como herramientas, recursos y prompts.
spring-ai-mcp-enterprise
Enterprise-grade MCP Server framework built with Java 17 and Spring Boot 3.4, enabling AI Agents to securely access database queries, web searches, and system monitoring tools.
econ-calendar-mcp
Economic calendar and news risk for futures traders. Get upcoming FOMC, NFP, CPI, EIA events. Check prop firm news trading restrictions. Calculate risk scores for ES, NQ, CL, 6E, ZB, GC.
Deep Research
For developers and analysts who need verifiable data, this MCP server automates end-to-end research without API keys. Use deep_research to perform parallel web scraping and synthesis, verify facts with fact_check_claim, and manage findings using memory_save. Move beyond simple queries to build a structured, persistent knowledge base from multi-source web investigations.
gumroad-dna
by VibeDNA
The complete Gumroad API v2, driven from your AI. Not a wrapper around dashboard views: create products, run your sales ledger, manage customers and licenses, issue discounts, wire webhooks, all headless. 43 tools, all free. Products (create, upload, cover, publish, archive, download), sales (list every sale, refund, resend receipt, mark shipped), subscribers and customers, licenses (verify, enable, disable), offer codes, custom fields, webhooks, account. Plus what Gumroad's own tooling does not do: niche and market research, buyer to Resend sync, unlisted-asset scan.
vault-dna
by VibeDNA
Encrypted local credential vault for Claude. Every API key, token, seed phrase encrypted with Fernet + scrypt. Master password stored in your OS keyring. 16 tools: get, list, search, add, edit, delete, scan_for_leaks, backup, add_with_template (22 service templates), export_env, usage_log. Claude checks before asking for keys, scans codebases for leaks before deploy, auto-stores any new credential dropped in conversation. All local, all offline, free.
webloom-dna
by VibeDNA
Real Chrome browser control for Claude via CDP. Runs LOCALLY on your machine. No cloud, no re-auth needed for your existing Chrome profiles. Free tier: tab management, navigation, screenshots. Pro ($20/mo): click automation, form filling, JS execution, DOM scanning, session playbooks. Install: visit webloom.run.
Sextante
A market-data lens. Sextante reads and synthesizes multi-source financial data — crypto spot quotes, cross-source consensus and dispersion, OHLCV, and flagged tensions — so you can make a trading decision. It is read-only by design: it presents evidence and surfaces tensions, and never executes trades or issues a buy/sell verdict.
Seismic Alert System
Stay ahead of the tremors with real-time earthquake updates!
Precision IP Geolocation
Instantly identify any IP address's location with ease!
aegis
Aegis — trust & discovery layer for the x402 agent-payment economy. Discovers x402 services and live-probes them (uptime, price-on-wire vs advertised, delivery-on-payment), then scores a trust tier so buyer agents can vet an endpoint before they pay. 350+ services indexed.
proxmox-dr-mcp
Automated disaster recovery for Proxmox VE — pre-flight checks, smart snapshots, health verification, and rollback
Aegis — Trusted Agent-Commerce Hub
The trusted agent-commerce hub. Discover agent-payable services, check verification-backed trust before you pay, and route x402 payments with automatic failover. Free discovery; paid trust checks and routing. Tools: discover, smart_discover, trust_check, route.
LeaseIQ Pro
Deterministic lease finance engine: exact commercial equipment lease structuring, reverse rate/term/residual solvers, full amortization schedules, and consumer auto lease math. Excel-verified, no LLM arithmetic.
latam-payroll-api
Gross-to-net, net-to-gross, employer cost and batch payroll for 20 LATAM and Iberia countries. Powered by api.rovidev.com — for HR tech, fintech and EOR agents.
GameDataKit — Live Steam Market Data
Live Steam market intelligence for AI agents and apps. steam_top_sellers returns the current best-selling games by region; steam_app_intel returns full intel for any Steam appid — store details, live player count, review summary, and owner estimate. Data is pulled live from Steam with short caching for fairness. Runs on independent hardware; also available as a pay-per-call x402 API at api.borisinc.com for wallet-native agents.
AVM Cyber
AVM Alpha — neuro-symbolic M&A value engine. Monorepo: 7 modules, 28 tools, 4 partition servers + full.
Tankerkönig — German Fuel Prices
Real-time fuel prices from all 14,000+ gas stations in Germany. Official market transparency data (MTS-K), queried in natural language through your AI assistant.
Brazil Business Tools
Bundle of MCP Servers for the Brazilian market, providing tools for CNPJ, CEP, Pix, NFe, and WhatsApp.
vidabin-auto-dub-voice-changer-mcp
Replace YouTube's Robotic auto-dubbed audio with your own cloned voice — in bulk. Supports ElevenLabs, Kits.AI & Resemble AI. One prompt, all tracks done & save your selected local output folder.
Scorchmark
Find the cache tax draining your AI bill: a cross-provider cache-TTL-waste detector, model-swap savings simulator, pricing-drift monitor, and per-agent cost attribution tool. MCP server + CLI.
web-research-mcp
Multi-source web research tools for AI agents. Search web, fetch URLs, extract data - no API key needed.
UK Companies Intelligence
Query 5 million UK registered companies from the official Companies House registry. Search by name, get full profiles, directors, filing history, and officer lookups.
LATAM Business Intelligence
Look up companies in Brazil (CNPJ via BrasilAPI), get Argentina economic data (datos.gob.ar), and validate Latin American tax IDs (RFC Mexico, CUIT Argentina, RUC Peru/Ecuador).
Spain Grants Intelligence (BDNS)
Query Spain National Grants Database (BDNS). Search open grants, awarded grants, and get detailed convocatoria information from official Spanish public funding sources.
France Business Intelligence (SIRENE)
Query 20 million French companies from the official SIRENE registry via Recherche-Entreprises. Search by name or activity code, get full profiles, executives, and company snapshots.
Spain Medicines Intelligence (AEMPS)
Query Spain's official AEMPS CIMA medicines database. Search medications by name or active ingredient, get full leaflet data, and check real-time supply problems.
Spain Company Intelligence (BORME)
Query 4 million Spanish companies from the official BORME registry. Search by name, get profiles, directors, and daily official gazette publications.
Immobilier France (DVF)
Serveur MCP : prix et transactions immobilières en France à partir des données ouvertes DVF (Etalab).
Travel Insights Hub
Unlock essential travel information instantly!
SEO Keyword Mastery
Unlock your content's potential with precise keyword insights!
HPSILab Quant Finance MCP Server for Stock Analysis and Options Analytics
by hpsilab
Real-time stock & options intelligence for AI agents with 8 institutional-grade quantitative finance tools.
Docker Forge
Generate, audit, and tune Docker Compose stacks inside Claude Code — before you copy-paste anything. Pure logic, no API keys, $0 to run.
Live Finance Data Hub
Get instant access to live exchange and crypto prices!
Knowledge Explorer Bot
Unlock insights from Wikipedia and Open Library effortlessly!
Legal Research Powerhouse
Access precise legal knowledge effortlessly!
Real Estate Location Insights
Unlock property potential with precise location data.
HTML to Markdown Transformer
Transform HTML into sleek Markdown effortlessly!
Web Content Extractor
Effortlessly extract insights from public web pages!
Instant Ukraine Public Data
Access vital Ukrainian public data seamlessly and instantly.
Powerful Data Computations
Unlock advanced stats and computations with ease!
Text Intelligence Master
Harness powerful NLP tools without the complexity!
SEC Financial Intelligence
Access US public company financials directly from SEC EDGAR. No API key required. ## Tools - **search_company** — Find any US public company by name (get CIK, ticker) - **get_metric** — Revenue, net income, assets, equity, cash, debt, EPS, capex, R&D — annual time series up to 10 years - **compare_companies** — Side-by-side financial comparison: Apple vs Microsoft vs Google in one call - **latest_filing** — Latest 10-K, 10-Q, 8-K, 20-F metadata and direct SEC URL - **financial_snapshot** — Com
CodeFather Scrapers
Extract data from GitHub, Bluesky, Shopify stores, and any website. Get clean Markdown and RAG-ready chunks with token counts.
concisr
by GreyMatter
Token compression for AI contexts. Strip noise, preserve signal, cut costs. Four deterministic tools — no embeddings, no GPU, no external APIs.
SEO Audit and Optimization
Developers and SEO specialists can programmatically audit web assets using analyze_url and analyze_html to generate 0–100 health scores. Use granular tools like analyze_schema, analyze_headings, and analyze_images to validate technical structure, or leverage suggest_seo_fixes to automatically generate optimized titles, meta tags, and content improvements for your drafts.
PodVoice Audio
日本語の音声をアップロードして会話で編集。文字起こし・話者分離・字幕(SRT/VTT)・切り抜き・整音・BGMまで一気通貫。日本語特化AmiVoice採用。日本語学習の教材づくりにも。 EN: Edit Japanese audio just by chatting — transcription, speaker diarization, subtitles (SRT/VTT), highlight clips, cleanup & BGM. Powered by AmiVoice (Japanese ASR). Also great for Japanese learners.
AVM Full
The complete AVM Alpha M&A due-diligence suite — every tool across the six partitions (discovery, diligence, clean-room, value, AML, cyber) in one server.
AVM Value
Synergy modeling, entry valuation & price mechanics, and the run-level deal posture (DealContext) for M&A — quantify deal value, structure the price, and set the engagement posture.
AVM AML
AML / financial-crime + regulatory clearance for M&A — party screening, transaction & graph analysis and typology risk (AML), plus transaction-level clearance (merger control, FDI, export-control) held for counsel. Emits canonical findings across Compliance, Regulatory and Tax.
AVM CleanRoom
AVM Alpha Cleanroom - PII sanitization, entity masking, and payload scanning for M&A data room operations.
AVM Diligence
Financial & operational due-diligence for M&A — forensic log analysis, revenue-leakage detection, quality-of-earnings normalization, and insurance / R&W-insurance review, and HR / human-capital review (workforce, key-person, comp & benefits, labour compliance, integration readiness), and commercial / go-to-market review (customer concentration, revenue durability, pipeline, market position), and strategic operational review (supply chain, capacity/scalability, operational quality, asset footprint), plus tax, IT, and ESG review — the full functional-óptica set Plus the S21 technology-estate ópticas: AI (model & data governance, AI FinOps, EU AI Act), Cloud (FinOps, residency, SaaS/IaaS concentration), OT (ICS/SCADA + connected-device estate + safety-critical, sector-profiled), and Medical (IoMT / medical-device regulatory), plus the modern technology estate: AI, Cloud, OT (industrial/connected-device, sector-profiled), and Medical/IoMT.