Content
# IP Query MCP Tool
A simple IP Query MCP tool based on the deepseek large model, designed to learn how to enable large models to call MCP tools.
## Project Description
- ip_query_mcp.py: IP Query MCP
- main.py: An example of how the large model calls this MCP tool, utilizing the function_call feature to invoke the MCP interface.
# How to Run
Set the deepseek API key.
```
uv run main.py
```
After starting, follow the prompts in the terminal to input questions, such as querying public IP or private IP. The large model will automatically call the relevant tools for the query and finally respond based on the query results.
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.