Skip to main content
Glama
ForeverTools

ForeverTools MCP Server

Official

ForeverTools MCP Server

PyPI Downloads License: MIT

Give Claude access to 8 real-world tools — SSL inspection, WHOIS lookup, email validation, webpage screenshots, IP geolocation, currency conversion, schema markup, and UK business days — via a single free API key.

⭐ Star this repo if it's useful

What Claude can do with this

"Check the SSL certificate for example.com and flag any issues"
"Look up WHOIS for competitor.com — when does it expire?"
"Validate whether orders@company.co.uk is a real deliverable email"
"Take a screenshot of https://myapp.com/dashboard"
"Convert 500 USD to GBP at today's rate"
"Is 2026-12-25 a UK business day? Add 5 business days to it"
"Generate Article schema markup for https://myblog.com/post/1"
"Where is IP 203.0.113.42 located?"

Related MCP server: Proton-MCP

Tools

Tool

What it does

ssl_inspect

Certificate validity, expiry date, issuer, protocol, cipher, security grade

whois_lookup

Registrar, registration/expiry dates, name servers, registrant country

email_validate

Syntax check, MX record lookup, disposable domain detection

screenshot

Capture a webpage screenshot (returns image URL)

ip_lookup

Country, region, city, ISP, ASN, timezone for any IP

fx_rates

Live conversion between any ISO 4217 currency pair

bizday

UK business day calculator (England & Wales, 2026–2027)

schema_markup

Schema.org JSON-LD generation (Article, Product, FAQ, Recipe, Event, and more)

Quick Start

Claude Desktop

{
  "mcpServers": {
    "forevertools": {
      "command": "uvx",
      "args": ["forevertools-mcp"],
      "env": {
        "FOREVERTOOLS_API_KEY": "your_api_key_here"
      }
    }
  }
}

Claude Code CLI

claude mcp add forevertools -e FOREVERTOOLS_API_KEY=your_key -- uvx forevertools-mcp

Get an API key

Free at kiprio.com/signup — 100 requests/day per tool, no credit card.

Install

pip install forevertools-mcp
# or use uvx (no install needed)
uvx forevertools-mcp

Also available on Smithery.

Development

git clone https://github.com/ForeverTools/forevertools-mcp
cd forevertools-mcp
pip install -e ".[dev]"
export FOREVERTOOLS_API_KEY=your_key
python server.py

API docs: kiprio.com/docs

License

MIT

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

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

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Multi-tool MCP server for AI agents with 29 tools across web scraping, SEO analysis, screenshot and PDF generation, domain intelligence, content extraction, multi-chain EVM blockchain queries, and security toolkit. Free tier available with no auth required.
    Last updated
    47
    1
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Provides AI agents with 220+ tools for building websites, sending email, managing contacts, invoicing, databases, automation, and more through a single secure connection. Features hardware-bound authentication and works with Claude Desktop, Claude Code, Cursor, and other MCP-compatible clients.
    Last updated
  • A
    license
    A
    quality
    B
    maintenance
    CyberSecurity MCP Server extends Claude with real-time cybersecurity reconnaissance capabilities that Claude doesn't have by default. Instead of manually running 5 different tools across different terminals, just tell Claude "analyze google.com" and get a complete security breakdown instantly. Tools included: * WHOIS Lookup — registrar, ownership, creation/expiry dates * DNS Enumeration — A,
    Last updated
    8
    19
    MIT

View all related MCP servers

Related MCP Connectors

  • Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.

  • Free public MCP for AI agents — 193 tools, 44 workflows. No API key.

  • Security-first WordPress MCP server. 129 tools for Claude, ChatGPT, Gemini. Free on wp.org.

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/ForeverTools/forevertools-mcp'

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