MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by huangzihang89

Created 3/2/2026
Updated about 6 hours ago
Repository documentation and setup instructions

Everest API MCP Server

A lightweight MCP server for querying the Validity Everest API.

This server provides 3 tools:

  • everest_query_v1: full-domain aggregate query
  • everest_query_v2: subdomain-only query with cross-TLD filtering
  • everest_query_batch: batch query in v1 or v2

Requirements

  • Python 3.9+
  • Everest API key

Quick Deploy

  1. Install dependencies:
python3 -m pip install -r requirements.txt
  1. Set your API key:
export EVEREST_API_KEY="your_api_key"
  1. (Optional) Set transport (default is streamable-http):
export MCP_TRANSPORT="streamable-http"
  1. Start the server:
python3 everest_api.py

Notes

  • API key priority:
    1. tool argument api_key
    2. environment variable EVEREST_API_KEY
  • Main endpoint base URL: https://api.everest.validity.com/api/2.0

License

MIT (see LICENSE).

Quick Setup
Installation guide for this server

Install Package (if required)

uvx everest-mcp-server

Cursor configuration (mcp.json)

{ "mcpServers": { "huangzihang89-everest-mcp-server": { "command": "uvx", "args": [ "everest-mcp-server" ] } } }