Mcp Services

29 tools. 3 can modify or destroy data without limits.

1 destructive tool with no built-in limits. Policy required.

Last updated:

3 can modify or destroy data
26 read-only
29 tools total

Community server · catalogue entry verified 30/06/2026

How to control Mcp Services ↓

What Mcp Services exposes to your agents

Read (26) Write / Execute (2) Destructive / Financial (1)
Critical Risk

The most dangerous Mcp Services tools

3 of Mcp Services's 29 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Mcp Services

PolicyLayer is an MCP gateway — it sits between your AI agents and Mcp Services, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "memory_delete": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "memory_store": {
    "limits": [
      {
        "counter": "memory_store_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "balance": {
    "limits": [
      {
        "counter": "balance_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Mcp Services — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON MCP SERVICES →

Instant setup, no code required.

All 29 Mcp Services tools

READ 26 tools
Read balance Get native token balance for an address on any supported chain. Read contract_scan Scan a smart contract for honeypot detection, rug pull indicators (mint functions, blacklists, fee manipulatio Read crawl Crawl a website starting from a URL. Follows internal links up to specified depth. Returns markdown for each p Read dns Look up DNS records for a domain. Read email_headers Validate email authentication for a domain. Checks SPF, DKIM (common selectors), DMARC policy, and MX records. Read erc20_balance Get ERC20 token balance for an address. Read extract Extract structured data from a URL: JSON-LD, Open Graph, meta tags, headings, links, images, tables. Read header_audit Audit security headers of a URL. Checks HSTS, CSP, X-Content-Type-Options, X-Frame-Options, Referrer-Policy, P Read html2md Fetch a URL and convert the page content to clean Markdown. Removes nav, ads, scripts. Read keywords_suggest Get keyword suggestions using Google Autocomplete. Returns up to 100 related keyword ideas. Read memory_get Retrieve a memory by namespace and key. Read memory_list List all memories in a namespace with pagination. Read memory_search Search memories by text query within a namespace. Uses full-text search. Read ocr Extract text from an image URL using OCR. Read onpage_seo Full on-page SEO analysis of a URL. Scores title, meta description, headings, images, links, schema markup, Op Read pdf2docx Convert a PDF file (from URL) to DOCX/Word format. Extracts text and structure from the PDF and builds a Word Read scrape Scrape a URL and convert to clean Markdown. Returns title, markdown content, word count, and links found. Read screenshot Take a screenshot of any URL. Returns base64 PNG/JPEG image. Read serp Scrape Google search results for a keyword. Returns organic results, People Also Ask, featured snippets, and r Read ssl Check SSL certificate details for a domain. Returns issuer, validity dates, expiry status. Read threat_intel Look up an IOC (IP, domain, URL, or file hash) across threat intelligence sources. Uses AbuseIPDB, VirusTotal, Read transaction Get transaction details by hash. Read url_scan Scan a URL for phishing, typosquatting, homoglyphs, and malware. Uses VirusTotal (if configured) and heuristic Read vuln_headers Detect information leakage in HTTP response headers. Checks for exposed server versions, debug headers, X-Powe Read wallet_check Check a wallet address for scam reports, OFAC sanctions, contract verification status, and suspicious transact Read whois Look up WHOIS information for a domain.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Mcp Services

Can an AI agent delete data through the Mcp Services MCP server? +

Yes. The Mcp Services server exposes 1 destructive tools including memory_delete. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Mcp Services? +

The Mcp Services server has 1 write tools including memory_store. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Mcp Services.

How many tools does the Mcp Services MCP server expose? +

29 tools across 2 categories: Destructive, Read. 26 are read-only. 3 can modify, create, or delete data.

How do I enforce a policy on Mcp Services? +

Register the Mcp Services MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Mcp Services tool call.

Deterministic rules across all 29 Mcp Services tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

29 Mcp Services tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.