Mangools MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mangools MCPFind related keywords for 'content marketing'."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Mangools MCP
Standalone MCP server for the Mangools API with 82 tools covering keyword research, SERP analysis, rank tracking, backlinks, competitor research, and AI search visibility.
Repository: marwa-mrwan/mangools-mcp
Exact Tool Inventory
Service | Tools | Capabilities |
Mangools | 2 | Locations and location details. |
KWFinder | 21 | Related/competitor/suggested keywords, keyword details, trends, difficulty, gap analysis, limits, imports, exports, and lists. |
SERPChecker | 5 | SERPs, reset, URL metrics, request history, and snapshots. |
SERPWatcher | 26 | Trackings, keywords, reports, annotations, tags, statistics, and CRUD operations. |
LinkMiner | 10 | Backlinks, URL metrics, favorites, request history, and exports. |
SiteProfiler | 6 | Overview, audience, backlink profile, top content, competitors, and request history. |
AI Search Watcher | 12 | Models, monitors, prompts, monitor settings, and CRUD operations. |
Total | 82 | One standalone |
Related MCP server: Haloscan MCP Server
Setup
git clone https://github.com/marwa-mrwan/mangools-mcp.git
cd mangools-mcp
npm installCreate either .env or .vscode/mcp.local.env:
MANGOOLS_API_KEY=your_local_api_keyBoth files are ignored by Git. Never commit the API key.
VS Code MCP
The tracked .vscode/mcp.json starts the server automatically from the repository root and loads .vscode/mcp.local.env.
Equivalent configuration:
{
"servers": {
"mangools": {
"type": "stdio",
"command": "node",
"args": ["${workspaceFolder}/index.js"],
"envFile": "${workspaceFolder}/.vscode/mcp.local.env"
}
}
}Codex MCP
The root .mcp.json exposes the same server to Codex and loads the local .env file through MCP_SECRETS_ENV_FILE.
Tool Arguments
Each tool accepts named top-level parameters plus optional raw query and body objects.
{
"keyword": "seo agency",
"location_id": 2840,
"language_id": 1000
}For POST, PUT, PATCH, and DELETE tools, top-level non-path parameters are sent as JSON unless an explicit body is provided. Review mutation arguments carefully because these calls can change Mangools resources.
Verification
npm test
npm run list-tools
npm audit --omit=devExpected registry total: 82 unique tools.
Security
API keys stay in ignored local files.
GitHub Actions uses read-only repository permissions and checks tests, the tool registry, dependencies, and common secret formats.
mainis protected against force pushes and deletion and requires the CI check before future changes are merged.Dependabot and GitHub vulnerability alerts monitor dependencies.
Report security problems privately using SECURITY.md.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceMCP server that enables AI assistants to perform SEO automation tasks including keyword research, SERP analysis, and competitor analysis through Google Ads API integration.Last updated1
- AlicenseCqualityDmaintenanceAn MCP server that integrates with the Haloscan SEO API to provide tools for keyword research, SERP analysis, and domain performance tracking. It enables users to perform comprehensive SEO tasks, including competitor analysis and visibility monitoring, within MCP-compatible clients.Last updated331301MIT
- Alicense-qualityDmaintenanceAn agent-friendly MCP server for the GeoRanker High-Volume API, enabling SEO rank tracking and keyword management through natural language.Last updated181MIT
- AlicenseBqualityDmaintenanceMCP server & CLI for keyword research, domain analytics, backlinks, traffic analysis, and competitive intelligence using Semrush API data.Last updated774438MIT
Related MCP Connectors
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
Self-hostable AGPL SEO manager backend: keyword research, content queue, SERP tracking over MCP.
MCP server for Google search results via SERP API
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/marwa-mrwan/mangools-mcp-codex'
If you have feedback or need assistance with the MCP directory API, please join our Discord server