Skip to main content
ClaudeWave

IPinfo API MCP Server

MCP ServersRegistry oficial0 estrellas0 forksPythonApache-2.0Actualizado today
ClaudeWave Trust Score
82/100
Trusted
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Documented (README)
Last scanned: 9/9/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · mcp
Claude Code CLI
claude mcp add mcp -- uvx mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "uvx",
      "args": ["mcp"],
      "env": {
        "IPINFO_HOST": "<ipinfo_host>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/ipinfo/mcp and follow its README.
Detected environment variables
IPINFO_HOST
Casos de uso

Resumen de MCP Servers

## IPinfo MCP Server

IPinfo API MCP Server for Residential Proxy, Lite, Core, and Plus bundles.

[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/ipinfo/mcp/badge)](https://scorecard.dev/viewer/?uri=github.com/ipinfo/mcp)
[![smithery badge](https://smithery.ai/badge/ipinfo/mcp-server)](https://smithery.ai/servers/ipinfo/mcp-server)

<!-- mcp-name: io.github.ipinfo/mcp -->

## Development

### Prerequisites

- Python 3.14+
- [uv](https://docs.astral.sh/uv/)

### Setup

```bash
uv sync --dev
cp .env.example .env
# Add your IPinfo token to .env
```

Get a free API token at [ipinfo.io/signup](https://ipinfo.io/signup).

### Running the server

The server supports two transports: stdio (default) and HTTP.

```bash
# 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

```bash
# 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

```bash
uv run pyright
```

### Linting

```bash
uv run ruff check .
uv run ruff format .
```

Lo que la gente pregunta sobre mcp

¿Qué es ipinfo/mcp?

+

ipinfo/mcp es mcp servers para el ecosistema de Claude AI. IPinfo API MCP Server Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-08.

¿Cómo se instala mcp?

+

Puedes instalar mcp clonando el repositorio (https://github.com/ipinfo/mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar ipinfo/mcp?

+

Nuestro agente de seguridad ha analizado ipinfo/mcp y le ha asignado un Trust Score de 82/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene ipinfo/mcp?

+

ipinfo/mcp es mantenido por ipinfo. La última actividad registrada en GitHub es del 2026-09-08, con 0 issues abiertos.

¿Hay alternativas a mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: ipinfo/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ipinfo-mcp)](https://claudewave.com/repo/ipinfo-mcp)
<a href="https://claudewave.com/repo/ipinfo-mcp"><img src="https://claudewave.com/api/badge/ipinfo-mcp" alt="Featured on ClaudeWave: ipinfo/mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp