Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

ForeverTools Server

БесплатноНе проверен

Gives Claude 8 real-world tools via a single free API key: SSL certificate inspection, WHOIS lookup, email validation (syntax + MX + disposable detection), webp

GitHubEmbed

Описание

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.

README

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 [email protected] 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

from github.com/ForeverTools/forevertools-mcp

Установить ForeverTools Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install forevertools-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add forevertools-mcp-server -- uvx forevertools-mcp

FAQ

ForeverTools Server MCP бесплатный?

Да, ForeverTools Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для ForeverTools Server?

Нет, ForeverTools Server работает без API-ключей и переменных окружения.

ForeverTools Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить ForeverTools Server в Claude Desktop, Claude Code или Cursor?

Открой ForeverTools Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare ForeverTools Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication