diff --git a/README.md b/README.md index 6cec0b8..8ce2627 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ If adding a package directly, please create a `README.md` inside with author inf + [text2sql](#text2sql) + [dify-retriever](#dify-retriever) + [ai2mysql-mcp-server](#ai2mysql-mcp-server) ++ [mcp-ip-geo](#mcp-ip-geo) ### text2sql @@ -81,6 +82,27 @@ ai2mysql-mcp-server is a MySQL database connection server built on go-mcp, suppo +### mcp-ip-geo + + + + + + + + + +
GitHubhttps://github.com/chenmingyong0423/mcp-ip-geo
Website/
LicenseMIT
Typestdio / sse
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesGO
+ +`mcp-ip-geo` is an MCP server that provides IP geolocation lookup (country, region, city, etc.) using the ip-api.com service. + +
+Screenshots + +![](./screenshots/mcp-ip-geo/res.png) + +
+ ## Maintenance Each author is responsible for maintaining their own code. However, if you submit a package directly to this repository, you allow the community to fix and improve it. You can also submit pull requests to fix existing packages. diff --git a/screenshots/mcp-ip-geo/res.png b/screenshots/mcp-ip-geo/res.png new file mode 100644 index 0000000..6eb5c03 Binary files /dev/null and b/screenshots/mcp-ip-geo/res.png differ