Skip to main content
Glama

IP Geolocation MCP Server

pyproject.toml1.09 kB
[project] name = "mcp-server-ipinfo" version = "0.2.0" description = "IP Geolocation Server for MCP" readme = "README.md" license = { file = "LICENSE" } authors = [ { name = "Brian Connelly", email = "bdc@bconnelly.net" } ] classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.13", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: System :: Networking", ] requires-python = ">=3.13" dependencies = [ "fastmcp>=2.9.0", "ipinfo>=5.1.1", "pydantic>=2.10.6", ] [project.urls] Repository = "https://github.com/briandconnelly/mcp-server-ipinfo.git" Issues = "https://github.com/briandconnelly/mcp-server-ipinfo/issues" [project.scripts] mcp-server-ipinfo = "mcp_server_ipinfo.server:mcp.run" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/briandconnelly/mcp-server-ipinfo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server