PluginBench
MCP Server
Maintained

io.github.Larshiensch99/priceparse MCP Server

io.github.Larshiensch99/priceparse

What is the io.github.Larshiensch99/priceparse MCP server?

Extract structured pricing tiers and addons from any SaaS pricing page URL. Built for AI agents.

How to install io.github.Larshiensch99/priceparse

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Bearer <your-api-key>. Get a free key at https://priceparse.com — 100 extractions/month, no credit card.

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "priceparse": {
      "url": "https://api.priceparse.com/mcp/"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "priceparse": {
      "serverUrl": "https://api.priceparse.com/mcp/"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "priceparse": {
      "type": "http",
      "url": "https://api.priceparse.com/mcp/"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "priceparse": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.priceparse.com/mcp/"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http priceparse https://api.priceparse.com/mcp/

Related MCP servers

AI ops team for founders: approvals queue, inbox triage, briefing, follow-up drafting.

View repository →

Cold engine for B2B founders. Detects buying signals, drafts outreach, books qualified meetings.

View repository →

Register every AI agent, log every action, prove it. EU AI Act compliance built in.

View repository →
io.github.Larshiensch99/priceparse MCP Server | PluginBench