Fitter
UnclaimedNew way for collect information from the API's/Websites
Install
claude mcp add fitter -s user -- "$(pwd)/fitter_mcp"Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (5)
fitter_config_reference
Return a condensed reference of the whole config format (connectors, parsers, model/field schema, placeholders, notifiers, references, limits) with working examples, so the model can author configs without external docs
fitter_run
Run a Fitter config passed inline (JSON or YAML string) and return the extracted data as JSON. Accepts an optional input value available in the config via {{{FromInput=.}}} / {{{FromInput=json.path}}}
fitter_run_file
Same as fitterrun but reads the config from a local .json/.yaml file
fitter_run_url
Same as fitterrun but downloads the config from an HTTP(S) URL, e.g. a raw GitHub link
fitter_validate_config
Validate a config without executing it (structure, responsetype, connector data source, model). Useful while iterating on a config