Package Exports
- @seoxai/mcp-server
- @seoxai/mcp-server/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@seoxai/mcp-server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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
Prerequisite: Node.js >= 20 (for local install methods)
Claude Desktop (one command)
npx -y @seoxai/mcp-server --installThen restart Claude Desktop. Done.
To uninstall: npx -y @seoxai/mcp-server --uninstall
Claude Code
claude mcp add seoxai -- npx -y @seoxai/mcp-serverChatGPT (Developer Mode)
- Go to chatgpt.com → Settings → Apps → Advanced settings
- Enable Developer mode
- Click Create app and add this remote MCP server URL:
https://seoxai-mcp-476125043667.europe-west1.run.app/mcp- In any chat, select Developer mode from the Plus menu and choose the SEOxAI app.
VS Code / GitHub Copilot
Command Palette → MCP: Add Server → stdio → command: npx -y @seoxai/mcp-server
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"seoxai": {
"command": "npx",
"args": ["-y", "@seoxai/mcp-server"]
}
}
}Windsurf / Zed / Other MCP Clients
Same JSON config format as Cursor — point to npx -y @seoxai/mcp-server as the stdio command.
Claude Desktop (manual config)
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": {
"command": "npx",
"args": ["-y", "@seoxai/mcp-server"]
}
}
}Remote URL (for any HTTP-compatible MCP client)
https://seoxai-mcp-476125043667.europe-west1.run.app/mcpWhat'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 InspectorFor maintainers and AI assistants: see MAINTENANCE.md for detailed architecture, data schema, and how to add/update services.
Contact
- Web: seoxai.hu
- Email: info@seoxai.hu
- Phone: +36 30 094 4758
- Free consultation: seoxai.hu/ai-audit
License
MIT