Skip to main content
Glama
marwa-mrwan

Mangools MCP

by marwa-mrwan

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 mangools stdio MCP server.

Related MCP server: Haloscan MCP Server

Setup

git clone https://github.com/marwa-mrwan/mangools-mcp.git
cd mangools-mcp
npm install

Create either .env or .vscode/mcp.local.env:

MANGOOLS_API_KEY=your_local_api_key

Both 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=dev

Expected 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.

  • main is 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.

Install Server
F
license - not found
C
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    D
    maintenance
    MCP server that enables AI assistants to perform SEO automation tasks including keyword research, SERP analysis, and competitor analysis through Google Ads API integration.
    Last updated
    1
  • A
    license
    C
    quality
    D
    maintenance
    An 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 updated
    33
    130
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    An agent-friendly MCP server for the GeoRanker High-Volume API, enabling SEO rank tracking and keyword management through natural language.
    Last updated
    18
    1
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    MCP server & CLI for keyword research, domain analytics, backlinks, traffic analysis, and competitive intelligence using Semrush API data.
    Last updated
    77
    44
    38
    MIT

View all related MCP servers

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

View all MCP Connectors

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/marwa-mrwan/mangools-mcp-codex'

If you have feedback or need assistance with the MCP directory API, please join our Discord server