mcpbeat Sign in

Extracto MCP Server

by massanaroger Your server? Claim it
local only

Extracto MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 10 Jun 2026.

Turn any URL plus a schema into validated, typed JSON via the Extracto API.

Installs per day peak 11 · avg 5 · +9% w/w
a month agotoday
30
Installs / week
npm · extracto-mcp
0
Stars
0 open issues
10 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Extracto MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add extracto-mcp -- npx -y extracto-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "extracto-mcp": {
      "args": [
        "-y",
        "extracto-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.extracto-mcp]
command = "npx"
args = ["-y", "extracto-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "extracto-mcp": {
      "args": [
        "-y",
        "extracto-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "extracto-mcp": {
      "args": [
        "-y",
        "extracto-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: EXTRACTO_API_KEY (Your Extracto API key from https://app.getextracto.dev/keys), EXTRACTO_BASE_URL (Override the API host (defaults to https://app.getextracto.dev)), EXTRACTO_TIMEOUT_MS (Per-request timeout in milliseconds (default 90000)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Extracto MCP

same job, measured the same way
Structured Output Agent
by mikerawsonnz

Turn a prompt + a field schema into validated, typed JSON (Instructor over Gemini 2.5 Flash on Verte

2 tools answering
AI Website-to-JSON Data Scraper & Extractor
by ranovam

Turn any website into structured JSON data matching your custom schema.

answering
legacy2mcp
by bvenkata

Turn a legacy SOAP/WSDL service into a safe, typed, schema-validated, audit-logged MCP server

local only
X402 Extract
by ultrastarz

Pay-per-call MCP server. $0.01 USDC extracts schema.org/Product JSON from any URL via x402.

25 installs/wk local only
Bristlecone Logic
by bristlecone2026

Micro-settled web content extraction and JSON schema validation utilities for AI agents via XRPL.

166 installs/wk local only
I
Schema Validate
by cedrickouma

MCP server (stdio): validate JSON against JSON Schema (draft-07 / 2020-12) via the AgentForge API

30 installs/wk answering
Regex/Email/URL Validator
by apished

Regex matching, email/URL format validation, and JSON Schema validation.

4 tools answering
Clawifi
by atakanelik34

Agent-native internet gateway: typed search, fetch, scrape, crawl, and extract via the Clawifi API.

41 installs/wk local only

Extracto MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Extracto MCP?
Extracto MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package extracto-mcp was installed 30 times last week.
How do I connect Extracto MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls extracto-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Extracto MCP?
The npm package extracto-mcp was installed 30 times in the last week. Week over week that is +9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Extracto MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.