gateonai-mcp-server
GateOnAI MCP Server
The official MCP server for GateOnAI — Europe's AI Workflow Intelligence Platform.
Connect Claude, Cursor, Windsurf, and any MCP-compatible AI client to a live database of 2,756+ verified AI tools, a compatibility graph of 4,093,220 tool connections, and a prompt library of 16,000+ curated prompts across 45 professions.
No API key required. No registration. Works out of the box.
Tools
Tool | Description |
| Search 2,756+ verified AI tools by name, use case, category, or pricing |
| Generate a step-by-step AI workflow for any profession or task |
| Head-to-head comparison of two tools with scores, pros/cons, and recommendation |
| Full details for a specific tool: description, pricing, integrations, FAQ |
| Currently trending AI tools based on real user engagement |
| Find GDPR-compliant or EU-hosted AI tools (manually verified) |
| Curated prompts for any profession from the GateOnAI Prompt Library |
| Live platform statistics: tool count, categories, connections |
Related MCP server: agent101-mcp
Installation
Prerequisites
Python 3.10+
pip
1. Clone the repository
git clone https://github.com/giorgio44/gateonai-mcp-server.git
cd gateonai-mcp-server2. Install dependencies
pip install -r requirements.txt3. Run the server
python gateonai_mcp_server.pyClaude Desktop Configuration
Edit ~/.claude/claude_desktop_config.json (macOS/Linux) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"gateonai": {
"command": "python",
"args": ["/absolute/path/to/gateonai_mcp_server.py"]
}
}
}Restart Claude Desktop. You should see the GateOnAI tools available in your conversation.
Cursor Configuration
Edit ~/.cursor/mcp.json:
{
"mcpServers": {
"gateonai": {
"command": "python",
"args": ["/absolute/path/to/gateonai_mcp_server.py"]
}
}
}Claude Code Configuration
claude mcp add gateonai python /absolute/path/to/gateonai_mcp_server.pyUsage Examples
Once connected, ask your AI assistant naturally:
"Find me the best free AI tools for video editing"
→ Uses: search_ai_tools
"Build me an AI workflow for a freelance graphic designer"
→ Uses: get_ai_workflow
"Compare ChatGPT vs Claude"
→ Uses: compare_ai_tools
"Tell me everything about Midjourney"
→ Uses: get_tool_details
"What AI tools are trending right now?"
→ Uses: get_trending_tools
"Find GDPR-compliant AI tools for legal teams in Europe"
→ Uses: get_eu_gdpr_tools
"Give me 5 ready-to-use prompts for a marketing manager"
→ Uses: get_prompts_for_profession
"How many tools does GateOnAI have?"
→ Uses: get_site_statsTool Reference
search_ai_tools
Search the GateOnAI database of verified AI tools.
Parameters:
Parameter | Type | Required | Description |
| string | ✅ | Search term — tool name, use case, or description |
| string | ❌ | Category slug (e.g. |
| string | ❌ | One of: |
| boolean | ❌ | If |
| boolean | ❌ | If |
| integer | ❌ | Number of results, max 24 (default: 10) |
get_ai_workflow
Generate a step-by-step AI workflow using GateOnAI's compatibility graph engine.
Parameters:
Parameter | Type | Required | Description |
| string | ✅ | Your role, profession, or goal |
Example: "I'm a startup founder who needs to automate customer support"
compare_ai_tools
Head-to-head comparison of two AI tools.
Parameters:
Parameter | Type | Required | Description |
| string | ✅ | Slug of first tool (e.g. |
| string | ✅ | Slug of second tool (e.g. |
get_tool_details
Get full details for a specific AI tool.
Parameters:
Parameter | Type | Required | Description |
| string | ✅ | Tool slug (e.g. |
get_trending_tools
Get currently trending AI tools based on real GateOnAI user engagement.
Parameters:
Parameter | Type | Required | Description |
| integer | ❌ | Number of results, max 20 (default: 10) |
get_eu_gdpr_tools
Find GDPR-compliant or EU-hosted AI tools. All compliance data is manually verified by the GateOnAI team.
Parameters:
Parameter | Type | Required | Description |
| string | ❌ |
|
| string | ❌ | Category filter |
| integer | ❌ | Number of results (default: 10) |
get_prompts_for_profession
Get ready-to-use AI prompts for a specific profession from GateOnAI's library of 16,000+ prompts.
Parameters:
Parameter | Type | Required | Description |
| string | ✅ | Profession slug (e.g. |
| integer | ❌ | Number of prompts (default: 5, max: 20) |
Available professions include: marketer, software-developer, designer, writer, content-creator, photographer, teacher, lawyer, doctor, entrepreneur, accountant, data-scientist, product-manager, and 30+ more.
get_site_stats
Returns live GateOnAI platform statistics.
No parameters required.
Transport
This server runs over stdio (standard input/output), which is the default for local MCP servers and is supported by all major MCP clients.
For remote/HTTP access:
python gateonai_mcp_server.py --transport sse --port 8765No API Key Required
GateOnAI's public API is open and does not require authentication. The MCP server connects directly to https://www.gateonai.com/api.
About GateOnAI
GateOnAI is Europe's AI Workflow Intelligence Platform — a curated directory of 2,756+ verified AI tools, with a focus on GDPR compliance, EU-hosted solutions, and practical AI workflows for professionals.
🌐 Platform: gateonai.com
🤖 MCP Docs: gateonai.com/mcp
🔧 AI Workflow Builder: gateonai.com/build-my-business-ai-workflow
📁 Browse Tools: gateonai.com/browse
🇪🇺 EU/GDPR Tools: gateonai.com/eu-ai-tools
License
MIT License — see LICENSE for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/giorgio44/gateonai-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server