mcp
MCP serverDev toolsOfficial IPinfo MCP Server - IP intelligence tools for AI assistants
Available today. Use it from your connected AI after setup.
Needs your own Ipinfo account. Credentials stay encrypted.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the ipinfo lookup tool from mcp
From the project's README
As published by ipinfo/mcp in README.md.
IPinfo MCP Server
IPinfo API MCP Server for Residential Proxy, Lite, Core, and Plus bundles.
Development
Prerequisites
- Python 3.14+
- uv
Setup
uv sync --dev
cp .env.example .env
# Add your IPinfo token to .env
Get a free API token at ipinfo.io/signup.
Running the server
The server supports two transports: stdio (default) and HTTP.
# stdio (default, used by MCP clients)
uv run ipinfo-mcp-server
# HTTP
IPINFO_TRANSPORT=http IPINFO_HOST=0.0.0.0 IPINFO_PORT=8000 uv run ipinfo-mcp-server
Environment variables
| Variable | Default | Description |
|---|---|---|
IPINFO_TOKEN | API token | |
IPINFO_API_BASE_URL | https://api.ipinfo.io | Base URL for api.ipinfo.io endpoints |
IPINFO_LEGACY_BASE_URL | https://ipinfo.io | Base URL for legacy ipinfo.io endpoints (e.g. /me) |
IPINFO_CACHE_TTL | 3600 | Seconds a cached IP result stays fresh |
IPINFO_TRANSPORT | stdio | Transport type (stdio or http) |
IPINFO_HOST | 0.0.0.0 | HTTP host (only for http transport) |
IPINFO_PORT | 8000 | HTTP port (only for http transport) |
Tests
# All tests tests
uv run pytest
# Integration tests (requires IPINFO_TOKEN)
uv run pytest tests/integration/
Integration tests hit the real IPinfo API and validate response structure only (no exact value assertions). They require IPINFO_TOKEN to be set and are skipped otherwise.
Type checking
uv run pyright
Linting
uv run ruff check .
uv run ruff format .
Tools it offers (6)
What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.
ipinfo_lookupipinfo_check_privacyipinfo_check_residential_proxyipinfo_geolocateipinfo_asnipinfo_quota
Signals
- Last commit
- Sep 2026
Advanced
- Delivery
- mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
io-github-ipinfo-mcp- Source
- github.com/ipinfo/mcp
- Hosted endpoint
https://mcp.ipinfo.io/