Alt Pick
Model Context Protocol

Connect Your AI Agent

Our full database of 127 B2B software tools is available via MCP — the open protocol for connecting AI models to external data sources.

search_software

Search tools by name, keyword, or category. Returns summaries, pricing, and direct links.

"Find CRM tools with free plans"

get_alternatives

Find the best alternatives to any tool. Returns ranked options with pros, cons, and pricing.

"What are the best alternatives to HubSpot?"

get_tool_details

Full review for any tool — detailed analysis, pros & cons, FAQs, and pricing breakdown.

"Give me the full review of Notion"

list_categories

Browse all software categories with tool counts — perfect for discovering tools by use case.

"What software categories do you cover?"

Quick Setup

1. Clone and build the server

git clone https://github.com/Benzene66/pSEO-Niche-Engine.git
cd pSEO-Niche-Engine/McpServer
npm install && npm run build

2. Add to your MCP client config

For Claude Code, add to your .claude/settings.json:

{
  "mcpServers": {
    "software-alternatives": {
      "command": "node",
      "args": ["/path/to/McpServer/dist/index.js"],
      "env": {
        "PUBLIC_SUPABASE_URL": "your-supabase-url",
        "PUBLIC_SUPABASE_ANON_KEY": "your-anon-key"
      }
    }
  }
}

3. Start asking questions

Your AI agent can now query the full software database. Try asking about alternatives, comparisons, or specific tool details.

What is MCP?

The Model Context Protocol is an open standard for connecting AI assistants to external data sources and tools. Instead of copy-pasting information, your AI agent queries our database directly — getting structured, up-to-date software data in real time. MCP is supported by Claude, and a growing number of AI tools and IDEs.