ForeverTools MCP Server

ForeverTools MCP Server

Gives Claude 8 real-world tools via a single free API key: SSL certificate inspection, WHOIS lookup, email validation (syntax + MX + disposable detection), webpage screenshots, IP geolocation, currency conversion, schema markup generation, and UK business-day calculations. Python, pip install forevertools-mcp, MIT licensed.

Category
Visit Server

README

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?"

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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured