MCP servers you can
try before you buy
MCP (Model Context Protocol) servers are tools your AI assistant can call. We build ten of them—cost analysis, security checks, public data, SEO, database schemas, contracts and more. Nine packages include 3 no-key calls; Data Aggregator includes 100 calls per UTC day.
Products
Ten tools. Ten problems solved.
Each server is an npm package that an MCP client can launch over stdio. Open a package page for exact tool schemas, examples, plan boundaries, data sources, and known limitations.
AI Cost Analyzer
"Token accounting and pricing comparison for LLM usage"
- Analyzes LLM API token usage you supply and flags waste patterns
- Reports estimated savings for prompt caching and model substitution
- Compares a bundled March 2026 model-pricing snapshot
- Rewrites prompts to reduce token count
MCP Security Scanner
"Static checks for MCP configs and tool schemas"
- Checks JSON MCP configs against static security rules
- Flags prompt-injection patterns in supplied tool definitions
- Validates supplied OAuth and authentication settings
- Checks a bundled 18-record MCP CVE catalog
Data Aggregator
"Six public-data tools in one MCP server"
- One server instead of separate data servers for each source
- Stocks, crypto, news, weather, web scraping, FX rates
- Built-in caching and rate limiting
- Free tier: 100 queries/day, no credit card
Market Data Analyzer
"Technical indicators computed from public market data"
- Calculates SMA, RSI, MACD, and support/resistance
- Values supplied holdings with P&L and allocation metrics
- Compares returns, volatility, Sharpe ratio, and drawdown
- Screens a bounded built-in stock universe
SEO Audit Tool
"Rule-based checks for the HTML you provide"
- Meta tag analysis with scoring and fix suggestions
- Heading structure validation and hierarchy checks
- Keyword density and phrase-frequency analysis
- Link checks, sitemap validation, and page comparison
Pricing
Schema Designer
"Draft PostgreSQL schemas and review SQL locally"
- Generates PostgreSQL schemas and migration SQL
- Index suggestions based on query patterns
- Text ERD generation and schema validation
- TypeScript, Zod, and JSON Schema generation
Pricing
Resume Optimizer
"Heuristic resume review your agent can inspect"
- ATS compatibility scoring (0–100)
- Job description matching with gap analysis
- Keyword optimization by industry
- Bullet point improvement with STAR format
Pricing
Legal Doc Analyzer
"Pattern-based contract review, not legal advice"
- Contract analysis: parties, terms, obligations
- Risk clause flagging with severity ratings
- GDPR, CCPA, SOC 2, and HIPAA clause checklists
- Document comparison and obligation extraction
Pricing
API Doc Generator
"Generate docs and code from endpoint definitions"
- Generates OpenAPI 3.1 YAML or JSON
- Creates Markdown docs with curl, JavaScript, and Python examples
- Generates a TypeScript SDK from endpoint definitions
- Creates Jest/Vitest tests and validates supplied specs
Pricing
Pricing, in plain terms
What the money actually buys
Nothing to sign up for to start. A license lifts the no-key limit and, on some servers, unlocks extra tools. Here is exactly where the line sits.
Free, exactly
Nine packages give you 3 tool calls total — one-off, shared across all of that server's tools (not 3 per tool, not 3 per day). Data Aggregator instead gives 100 calls per UTC day, resetting at 00:00 UTC. No account, no card.
What a license unlocks
A key removes the trial limit: the package stops counting calls to that server's tools. On the seven servers with Pro-only tools, the Pro plan additionally unlocks tools the entry (Basic) plan leaves out — named in the table below.
Scope of a key
A key is issued for one product — a key for product X is refused by product Y. It stays valid 365 days and is verified fully offline against a public key compiled into the package: no account, no phone-home, no usage reporting. Plans bill monthly, but the key is a signed offline token with a fixed 365-day expiry and no revocation mechanism: cancelling stops future charges and does not switch the key off, and it keeps working until that expiry date.
Activating after purchase
Your key appears on screen on the success page once Stripe reports the
payment as paid — that page is the authoritative copy, so copy or bookmark it.
Email is a secondary channel that is not available today and is never
guaranteed. Paste the key into the env block and
restart your client (see the setup steps). Lost it?
Recover your key or read the FAQ.
Seven servers add Pro-only tools. The other three — AI Cost Analyzer, Security Scanner and Data Aggregator — ship every tool on their entry plan.
| Server | Entry plan | Pro plan | Tools the Pro plan adds |
|---|---|---|---|
| Market Data Analyzer | None — single offer | Founding offer $15 once, 365 days | analyze_portfolio, compare_assets, crypto_analysis |
| SEO Audit Tool | Basic $10/mo | Pro $20/mo | check_links, compare_pages |
| Schema Designer | Basic $10/mo | Pro $20/mo | migrate_schema, optimize_queries |
| Social Media Analytics | Basic $10/mo | Pro $15/mo | generate_content_calendar, analyze_competitors |
| Resume Optimizer | Basic $8/mo | Pro $15/mo | optimize_for_job, generate_summary, analyze_keywords |
| Legal Doc Analyzer | Basic $20/mo | Pro $35/mo | compare_versions, check_compliance |
| API Doc Generator | Basic $10/mo | Pro $20/mo | generate_sdk, generate_tests |
Prices are the current monthly rates listed on each server's card and page. AI Cost Analyzer (Indie / Team / Enterprise) and Security Scanner (Personal / Team / Enterprise) list higher tiers on their own pages. Those higher tiers are priced differently but ship the same tools: the packages contain no seat counting, no device binding and no separate support or service commitment, so a higher tier buys no additional enforced entitlement.
Quick Start
Set up in five steps
Five steps from an empty config file to your first tool call. Nine packages include 3 no-key calls shared across their tools; Data Aggregator instead includes 100 no-key calls per UTC day. No card, no signup.
Open your client's config file
Claude Desktop (macOS): ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Cursor: ~/.cursor/mcp.json (global), or .cursor/mcp.json inside a single project.
Windsurf: ~/.codeium/windsurf/mcp_config.json
Claude Code has no config file to edit — it uses a CLI command instead (step 3).
Paste the entry
Claude Desktop, Cursor and Windsurf all accept the same object under mcpServers. Swap the package name for the server you want:
{
"mcpServers": {
"security-scanner": {
"command": "npx",
"args": ["-y", "mcp-server-security-scanner"]
}
}
}
npm packages (swap into args): ai-cost-analyzer, mcp-server-security-scanner, data-aggregator-mcp, market-data-analyzer, seo-audit-tool, mcp-schema-designer, social-media-analytics, resume-optimizer, legal-doc-analyzer, mcp-api-doc-generator
Using Claude Code? One command, no file
Claude Code registers the server from a terminal instead of a config file:
claude mcp add --transport stdio <name> -- npx -y <package>
Run claude mcp list to see whether it connected. Add a key later with --env LICENSE_KEY=your-key placed before --transport.
Restart the client, then confirm it loaded
Claude Desktop: quit and reopen, then look for the server in the tools menu. Cursor: Settings → MCP lists its tools. Windsurf: reload Cascade's MCP panel. Claude Code: claude mcp list shows ✔ Connected.
Running npx -y <package> directly in a terminal looks frozen — that is correct. It is a stdio server waiting silently for an MCP client on stdin; it never prints a prompt or returns. Press Ctrl+C to exit, and let your client launch it for you.
Add your license key when you buy
Your key is shown on screen on the success page once Stripe reports the payment as paid — that page is the authoritative copy, so copy it there. Add it as an env variable in the same entry:
{
"mcpServers": {
"security-scanner": {
"command": "npx",
"args": ["-y", "mcp-server-security-scanner"],
"env": {
"LICENSE_KEY": "paste-your-key-here"
}
}
}
}
Keys verify offline against a public key compiled into the package — no account, no phone-home. Lost your key? Recover it here.
Chrome Extensions
AI-powered browser tools
Three Chrome extensions that use the same Ed25519 license key format as the MCP servers.
Not on sale, and not installable. They are not listed on the Chrome Web
Store, their source is not part of this repository, and no feature list is published for them
here. Prices below are the rates their (currently disabled) Stripe links carry. The MCP
servers above are the products available today.
AI Page Summarizer
Chrome extension — webpage summarizing
- Feature details are not published here; nothing about this extension is claimed until its Chrome Web Store listing exists.
Pricing
AI Email Writer
Chrome extension — email drafting
- Feature details are not published here; nothing about this extension is claimed until its Chrome Web Store listing exists.
Pricing
AI LinkedIn Assistant
Chrome extension — LinkedIn post drafting
- Feature details are not published here; nothing about this extension is claimed until its Chrome Web Store listing exists.
Pricing
Why These Tools
How buying works here
Try first, pay when it works. No accounts and no sales calls.
10
Servers, one license system
Dev tools, finance, marketing, legal, and career. Each installs with one npx line and unlocks with one key — no accounts, no SDKs.
9 + 1
Two no-key access models
Nine packages include 3 calls total. Data Aggregator instead includes 100 calls per UTC day.
$0
To get started
Servers run locally via npx — nothing to host, nothing to sign up for. Buy a monthly key only when a tool earns its keep.
FAQ
Common questions
Everything you need to know to get started.
mcpServers; for Claude Code you run a single claude mcp add command. The quick start above lists the exact config-file path for each client and the entry to paste. For deeper setup and troubleshooting, see the full FAQ.
Ready to try one?
Nine packages include 3 no-key calls; Data Aggregator includes 100 calls per UTC day. No account or card is required.
Social Media Analytics
"Public-profile signals and explicit heuristic estimates"
Pricing