io.github.Larshiensch99/priceparse✓
io.github.Larshiensch99/priceparse · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.Larshiensch99/priceparse",
"description": "Extract structured pricing tiers and addons from any SaaS pricing page URL. Built for AI agents.",
"repository": {
"url": "https://github.com/Larshiensch99/priceparse",
"source": "github"
},
"version": "0.1.0",
"websiteUrl": "https://priceparse.com",
"remotes": [
{
"type": "streamable-http",
"url": "https://api.priceparse.com/mcp/",
"headers": [
{
"description": "Bearer <your-api-key>. Get a free key at https://priceparse.com — 100 extractions/month, no credit card.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}