Turn any website or API into structured JSON with LLM-authored declarative scraping configs.
claude mcp add fitter -- docker run -i --rm ghcr.io/pxyup/fitter-mcp:v1.3.1
claude_desktop_config.json
{
"mcpServers": {
"fitter": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pxyup/fitter-mcp:v1.3.1"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"fitter": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pxyup/fitter-mcp:v1.3.1"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fitter": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pxyup/fitter-mcp:v1.3.1"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"fitter": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pxyup/fitter-mcp:v1.3.1"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"fitter": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pxyup/fitter-mcp:v1.3.1"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.PxyUp--fitter/reviews or the review_server meta-tool.
POST /mcp