MCP Server Marketplace: 950+ AI Tools

MCPize hosts 950+ 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.

Agent Reliability logo - MCP server integration

Agent Reliability

by Prince limited

FREEMIUM

Calculate success probability, bottlenecks and improvement tips for AI agent tool-chains. Pure math, zero API cost.

Free tier available
1
agent reliability
tool chain
cascading failure
+2
claude-cost-audit-mcp logo - MCP server integration

claude-cost-audit-mcp

FREEMIUM

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%.

Free tier available
3 tools
claude-api
cost-calculator
prompt-caching
+1
regex-safety-audit-mcp logo - MCP server integration

regex-safety-audit-mcp

FREEMIUM

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).

Free tier available
3 tools
redos
regex
security-audit
+1
cron-schedule-audit-mcp logo - MCP server integration

cron-schedule-audit-mcp

FREEMIUM

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.

Free tier available
3 tools
cron
timezone
scheduling
+1
mcp-schema-audit-mcp logo - MCP server integration

mcp-schema-audit-mcp

FREEMIUM

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.

Free tier available
3 tools
mcp-tools
schema-validation
claude-code
+1

chrome-extension-submission-audit-mcp

FREEMIUM

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.

Free tier available
3 tools

backtest-cost-sensitivity-mcp

FREEMIUM

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.

Free tier available
3 tools
pinescript-audit-mcp logo - MCP server integration

pinescript-audit-mcp

FREEMIUM

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.

Free tier available
2 tools
walkforward-validator-mcp logo - MCP server integration

walkforward-validator-mcp

FREEMIUM

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.

Free tier available
4 tools
overfitting-audit-mcp logo - MCP server integration

overfitting-audit-mcp

FREEMIUM

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

Free tier available
4 tools
Money Copilot MCP logo - MCP server integration

Money Copilot MCP

PREMIUM

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.

Starting from $2.99/mo
32 tools
6
5.0 (2)
expense manager
expense tracker
easy life
+7

known-image-lookup-mcp

FREE

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.