MCP.so
Sign In
E

Extracto

@massanaRoger

About Extracto

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

Basic information

Category

Other

Transports

stdio

Publisher

massanaRoger

Submitted by

Roger Massana

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "extracto": {
      "command": "npx",
      "args": [
        "-y",
        "extracto-mcp"
      ],
      "env": {
        "EXTRACTO_API_KEY": "<YOUR_EXTRACTO_API_KEY>"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Extracto?

Extracto turns any URL plus a schema into validated, typed JSON via the Extracto API. It does not rely on CSS selectors, and missing fields return null instead of guesses.

How to use Extracto?

Key features of Extracto

  • Turns a URL and schema into validated, typed JSON
  • No CSS selectors required
  • Missing fields return null instead of guesses

Use cases of Extracto

FAQ from Extracto

Does Extracto use CSS selectors?

No, Extracto does not use CSS selectors; it works with a schema instead.

What happens if a field is missing from the target page?

Missing fields return null, not guesses.

What output does Extracto produce?

Validated, typed JSON.

Comments

More Other MCP servers