Fieldwright
Fieldwright: web page to clean Markdown, metadata, JSON-LD, emails, phones.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"ai-extract": {
"url": "https://fieldwright.cybermax-tools.workers.dev/mcp?via=mcp-registry"
}
}
}Remote endpoints
https://fieldwright.cybermax-tools.workers.dev/mcp?via=mcp-registrystreamable-httpWhat it can do
Tool inventory
Tools (1)
🟢extract_page(url, max_chars, include_markdown)
Fetch one public web page and return its readable content as compact Markdown (links and tables kept) plus title, meta description, language, canonical URL, OpenGraph/Twitter tags, JSON-LD structured data (products, articles, organisations, events), mailto emails and tel phone numbers. Use to read or summarise a page or pull its schema.org data. No JavaScript rendering.
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "Public http(s) URL"
},
"max_chars": {
"type": "integer",
"minimum": 500,
"maximum": 20000,
"default": 8000,
"description": "Markdown length cap"
},
"include_markdown": {
"type": "boolean",
"default": true
}
},
"required": [
"url"
]
}Community
Evidence