Skip to content

ForeverTools/forevertools-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ForeverTools MCP Server

An MCP (Model Context Protocol) server that gives Claude access to ForeverTools APIs: structured data extraction, SSL inspection, WHOIS lookup, email validation, and webpage screenshots.

Tools

Tool Description
schema_markup Generate Schema.org JSON-LD for any URL (Article, Product, FAQ, Recipe, Event, LocalBusiness, HowTo, BreadcrumbList)
ssl_inspect Check SSL certificate validity, expiry, issuer, protocol, cipher, and security grade
whois_lookup WHOIS registration data: registrar, dates, name servers, registrant country
email_validate Validate email: syntax, MX record check, disposable domain detection
screenshot Capture a webpage screenshot (returns image URL)

Setup

1. Get an API key

Sign up for a free API key at kiprio.com/signup.

Free tier: 100 requests/day per tool, no credit card required.

2. Configure Claude Desktop

Add to your claude_desktop_config.json:

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

Or install manually:

pip install forevertools-mcp

Then configure with python -m forevertools_mcp as the command.

3. Configure Claude Code

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

Usage Examples

Once connected, Claude can use these tools automatically. Example prompts:

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 Reference

Full API documentation: kiprio.com/docs

License

MIT

About

MCP server for Claude: schema markup, SSL inspection, WHOIS, email validation, screenshots

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages