Works with Claude Desktop, Claude Code, Cursor & any MCP client

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.

One-line npx command. No-key access on all ten packages.
Eligible paid Checkouts return to an on-screen license flow — see how it works.

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
Buy Indie — $29/mo → or try 3 calls free →

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
Buy Personal — $19/mo → or try 3 calls free →

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
Try free — 100 queries/day →

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
Read the founding offer → or run the free 3-call demo →

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
Buy Basic — $10/mo → or try 3 calls free →

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
Buy Basic — $10/mo → or try 3 calls free →

Social Media Analytics

"Public-profile signals and explicit heuristic estimates"

  • Public-profile scraping with a labeled estimate fallback
  • Rule-based scoring for supplied post text
  • Thirty-day content calendars from bundled schedules
  • Heuristic hashtag and competitor comparisons
Buy Basic — $10/mo → or try 3 calls free →

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
Buy Basic — $8/mo → or try 3 calls free →

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
Buy Basic — $10/mo → or try 3 calls free →

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.

Entry plan, Pro plan, and the tools the Pro plan adds for each server that gates tools
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.

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.

1

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

2

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

3

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.

4

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.

5

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.

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

Free
Pro $9/mo
Not available yet not yet listed on the Chrome Web Store

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

Free
Pro $9/mo
Not available yet not yet listed on the Chrome Web Store

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

Free
Pro $15/mo
Not available yet not yet listed on the Chrome Web Store

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.

Common questions

Everything you need to know to get started.

The Model Context Protocol (MCP) is an open standard that lets AI assistants connect to external tools and data sources. An MCP server exposes tools and resources that any MCP-compatible client — Claude Desktop, Claude Code, Cursor, VS Code and others — can call. Think of it like a plug-in system for AI: our servers plug into your existing setup with a one-line config entry, zero code changes.
Each server is a standalone npm package. For Claude Desktop, Cursor or Windsurf you add one JSON entry under 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.
Yes. Nine packages allow 3 tool calls total without a key, shared across their tools. Data Aggregator instead allows 100 no-key calls per UTC day across its six tools. No account or credit card is required for this access.
Any client that implements the Model Context Protocol. This includes Claude Desktop, Claude Code, Cursor, Windsurf, VS Code (with MCP extensions), and any custom client using the MCP SDK. Our servers follow the MCP specification, so a spec-compliant client can run them.
Two products list named higher tiers today: the AI Cost Analyzer (Indie / Team / Enterprise) and the Security Scanner (Personal / Team / Enterprise). The other products are priced Basic / Pro. Those higher tiers are a price difference only — the packages contain no seat counting, no device binding, no SSO or SAML, no audit-log or SIEM export, and no service-level agreement, so a higher tier ships the same tools as the entry tier. If you need custom terms, email us and we'll work it out in writing.
The checked-in recovery flow accepts an eligible Stripe checkout link or session id and re-derives the same key while it remains valid. Treat either checkout value as sensitive. Repository state does not prove that this revision is currently deployed; if the route is unavailable, contact support with your Stripe receipt.
Every current payment link is a monthly Stripe subscription. The key that a purchase mints is a signed offline token with a fixed 365-day expiry and no revocation mechanism: cancelling stops future charges through Stripe and does not switch the key off, and the key keeps working until its expiry date. There is no published refund or money-back guarantee; email wasuppeople3@gmail.com for a specific billing question.

More questions? Read 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.