Extracto
@massanaRoger
About Extracto
Turn any URL plus a schema into validated, typed JSON via the Extracto API.
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.
Frequently asked questions
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.
Basic information
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments