mcp-meituan-ip
The mcp-meituan-ip server allows you to:
Retrieve location information for a specified IP address (
get-ip-loc)Fetch location details based on provided latitude and longitude coordinates (
get-latlng)
Appears to be related to Meituan's IP infrastructure as suggested by the server name 'mcp-meituan-ip', offering a note storage system with capabilities to add and summarize notes.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-meituan-ipadd a note named 'meeting minutes' with today's discussion points"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-meituan-ip MCP server
A dynamic MCP server management service that creates, runs, and manages Model Context Protocol (MCP) servers dynamically. This service itself functions as an MCP server and launches/manages other MCP servers as child processes, enabling a flexible MCP ecosystem.
Components
Resources
The server implements a simple note storage system with:
Custom note:// URI scheme for accessing individual notes
Each note resource has a name, description and text/plain mimetype
Prompts
The server provides a single prompt:
summarize-notes: Creates summaries of all stored notes
Optional "style" argument to control detail level (brief/detailed)
Generates prompt combining all current notes with style preference
Tools
The server implements one tool:
add-note: Adds a new note to the server
Takes "name" and "content" as required string arguments
Updates server state and notifies clients of resource changes
Related MCP server: browser-use MCP server
Configuration
[TODO: Add configuration details specific to your implementation]
Quickstart
Install
Claude Desktop
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Development
Building and Publishing
To prepare the package for distribution:
Sync dependencies and update lockfile:
uv syncBuild package distributions:
uv buildThis will create source and wheel distributions in the dist/ directory.
Publish to PyPI:
uv publishNote: You'll need to set PyPI credentials via environment variables or command flags:
Token:
--tokenorUV_PUBLISH_TOKENOr username/password:
--username/UV_PUBLISH_USERNAMEand--password/UV_PUBLISH_PASSWORD
Debugging
Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.
You can launch the MCP Inspector via npm with this command:
npx @modelcontextprotocol/inspector uv --directory D:\idea-work\mcp-meituan-ip run mcp-meituan-ipUpon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
Available Tools
2 toolsget-ip-locC
获取指定ip的大致位置与经纬度信息
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states what the tool does (get location info for an IP) but lacks details on behavioral traits such as rate limits, error handling, data sources, accuracy levels, or authentication needs. For a tool with no annotations, this leaves significant gaps in understanding how it operates.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence in Chinese: '获取指定ip的大致位置与经纬度信息'. It is front-loaded with the core action and resource, with zero wasted words. Every part of the sentence directly contributes to understanding the tool's function.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity (a lookup tool with no annotations, 1 parameter, and no output schema), the description is incomplete. It explains the basic purpose but lacks crucial context such as return format, error cases, limitations (e.g., '大致' - approximate implies inaccuracy), or how results are structured. Without an output schema, the description should ideally cover return values, which it does not.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 1 parameter ('ip') with 0% description coverage, meaning the schema provides no semantic details. The description adds value by specifying that the IP is '指定' (specified), implying it's a required input for lookup. However, it doesn't elaborate on format (e.g., IPv4 vs. IPv6), validation, or examples. With low schema coverage, the description compensates minimally but not fully.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: '获取指定ip的大致位置与经纬度信息' (Get the approximate location and latitude/longitude information for a specified IP). It uses specific verbs ('获取' - get) and resources ('ip', '位置', '经纬度'), making the function unambiguous. However, it doesn't explicitly differentiate from the sibling tool 'get-latlng', which might have overlapping functionality.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like the sibling 'get-latlng'. It doesn't mention any prerequisites, constraints, or scenarios where this tool is preferred or should be avoided. Usage is implied from the purpose but not explicitly stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get-latlngC
根据经纬度获取详细位置信息
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lng | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool retrieves '详细位置信息' (detailed location information), implying a read-only operation, but doesn't specify what 'detailed' includes (e.g., address, city, country), whether there are rate limits, authentication needs, error handling, or data freshness. For a tool with zero annotation coverage, this leaves significant gaps in understanding its behavior and constraints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence: '根据经纬度获取详细位置信息'. It's front-loaded with the core purpose, has zero redundant words, and appropriately sized for a simple tool. Every part of the sentence contributes directly to understanding the tool's function.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (2 parameters, no output schema, no annotations), the description is incomplete. It lacks details on return values (what 'detailed location information' entails), error cases, usage boundaries compared to siblings, and parameter specifics. Without annotations or output schema, the description should provide more context to enable correct tool invocation and result interpretation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 2 parameters (lat, lng) with 0% description coverage, meaning the schema provides no semantic context. The description mentions '经纬度' (latitude and longitude), which maps to the parameters, but adds minimal value beyond naming them. It doesn't explain format (e.g., decimal degrees, strings), units, range, or examples, failing to compensate for the low schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: '根据经纬度获取详细位置信息' (Get detailed location information based on latitude and longitude). It specifies the verb '获取' (get) and resource '详细位置信息' (detailed location information), making the action and target explicit. However, it doesn't differentiate from the sibling tool 'get-ip-loc', which appears to serve a similar purpose but uses IP instead of coordinates.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It doesn't mention the sibling tool 'get-ip-loc' or explain scenarios where latitude/longitude input is preferred over IP-based location lookup. There's no context about prerequisites, exclusions, or comparative use cases, leaving the agent to infer usage based on parameter differences alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
2 tool updates
v1.0.0- First observed
get-ip-loc - First observed
get-latlng
TDQS
The two tools have clearly distinct purposes: one maps IP addresses to locations, while the other maps latitude/longitude coordinates to detailed location information. There is no overlap in functionality, making it easy for an agent to choose the correct tool based on the input type.
Both tools follow a consistent verb_noun naming pattern with hyphens (get-ip-loc and get-latlng), using the same verb 'get' and descriptive nouns. This predictable structure enhances readability and usability.
With only two tools, the server feels thin for a location/geolocation service, as it lacks operations like reverse geocoding, batch processing, or error handling. While the tools are complementary, the scope is minimal and may limit agent workflows.
The server covers basic IP and coordinate lookups but has notable gaps, such as missing reverse geocoding from location to coordinates, validation tools, or support for multiple IPs. This could lead to agent workarounds or failures in more complex scenarios.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Cross-session, cross-device memory for your agent: remember and recall notes. No key to start.
Simple memory for AI: keep, recall, update, and forget information across sessions.
- TaprootOAuthcom.taproothq
Persistent memory layer for AI tools. Save and recall notes across Claude and other MCP clients.
Google Keep-style notes app with an MCP server for AI agents to read/write notes.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceFacilitates note storage and summarization through custom URIs, allowing users to manage, summarize, and update notes with varying detail levels in a collaborative environment.-
- FlicenseCqualityDmaintenanceThis server provides a note storage system with a custom URI scheme, allowing users to add and summarize notes, with adjustable summary detail levels.1-
- FlicenseCqualityDmaintenanceA simple note storage system that lets users create and summarize notes with varying detail levels using Claude.11-
- FlicenseCqualityNot gradedmaintenanceEnables creating and managing text notes with a simple note-taking system. Provides tools to create notes, access them via URIs, and generate summaries of all stored notes.41-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/aixi134/mcp-meituan-ip'
If you have feedback or need assistance with the MCP directory API, please join our Discord server