npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@seoxai/mcp-server

v2.0.6

Published

SEOxAI MCP Server – AI SEO agency services, pricing, and blog access for Claude, ChatGPT, Gemini and any MCP-compatible client. | AI SEO ügynökség szolgáltatások, árazás, blogcikkek elérése.

Readme

SEOxAI MCP Server

Connect SEOxAI services, pricing, and blog content to Claude, ChatGPT, GitHub Copilot, Cursor, and any MCP-compatible AI client.

SEOxAI is Hungary's leading AI SEO & Digital Transformation agency. This MCP server gives AI assistants real-time access to our services, pricing, 100+ blog articles, and personalized recommendations.

Installation

No install needed — the server runs in the cloud. Just connect your AI client.

Claude Desktop (one command, requires Node.js)

npx -y @seoxai/mcp-server --install

Then restart Claude Desktop. Done.

To uninstall: npx -y @seoxai/mcp-server --uninstall

Claude Desktop (manual — no install needed)

Add to your claude_desktop_config.json:

| OS | Config path | |---|---| | macOS | ~/Library/Application Support/Claude/claude_desktop_config.json | | Windows | %APPDATA%\Claude\claude_desktop_config.json |

{
  "mcpServers": {
    "seoxai": {
      "url": "https://seoxai-mcp-476125043667.europe-west1.run.app/mcp"
    }
  }
}

Claude Code

claude mcp add --transport http seoxai https://seoxai-mcp-476125043667.europe-west1.run.app/mcp

VS Code / GitHub Copilot

Command Palette → MCP: Add ServerHTTP → URL: https://seoxai-mcp-476125043667.europe-west1.run.app/mcp

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "seoxai": {
      "url": "https://seoxai-mcp-476125043667.europe-west1.run.app/mcp"
    }
  }
}

Any MCP-compatible client

Use this remote URL:

https://seoxai-mcp-476125043667.europe-west1.run.app/mcp

What's Inside

Tools (AI can call these)

| Tool | Description | |---|---| | search_blog | Search 100+ SEO/AI blog articles with fuzzy matching | | get_pricing | Get service pricing — filter by service or get all | | get_recommendation | Personalized service recommendation based on business type, goals, and budget |

Resources (AI can read these)

| URI | Description | |---|---| | seoxai://services | All services with full pricing | | seoxai://services/{slug} | Single service details | | seoxai://blog | Latest 50 blog articles | | seoxai://blog/{slug} | Full article content (Markdown) | | seoxai://contact | Contact info, consultation booking | | seoxai://about | Agency profile, tech stack, USP |

Prompts (Pre-built templates)

| Prompt | Description | |---|---| | seo_audit | SEO & AEO analysis for any website | | service_comparison | Compare SEOxAI packages side by side | | blog_summary | Summarize latest or topic-specific articles | | ai_consultation | Prepare a structured AI consultation brief | | competitive_analysis | Compare your site against a competitor |

Services Covered

| Service | Packages | |---|---| | AI SEO / AEO | Technical Base, Maintenance, Growth, Dominance | | AI Chatbot Development | AI Start, AI Business, AI Enterprise | | AI Automation | Pilot Workflow, AI Partner Program | | Enterprise Knowledge Base (RAG) | Knowledge Vault Setup, Brain Keeper | | AI Readiness Audit | Free Quick Test, Deep Dive Audit | | Premium Web Development | Starter, Professional, Enterprise, Custom Configurator |

Bilingual Support

All data is available in Hungarian (default) and English. Every tool and prompt accepts a language parameter ("hu" or "en").

Tech Stack

  • TypeScript (ESM) on Node.js >= 20
  • MCP SDK @modelcontextprotocol/sdk ^1.26.0
  • TF-IDF + Levenshtein fuzzy search for blog
  • stdio transport (default) + Streamable HTTP (--http)

Development

git clone https://github.com/seoxai/mcp-server.git
cd mcp-server
npm install
npm run build
npm test          # 42 tests
npm run inspect   # MCP Inspector

For maintainers and AI assistants: see MAINTENANCE.md for detailed architecture, data schema, and how to add/update services.

Contact

License

MIT