惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
V
V2EX
G
Google Developers Blog
F
Full Disclosure
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
H
Hacker News: Front Page
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
NISL@THU
NISL@THU
G
GRAHAM CLULEY
V
Vulnerabilities – Threatpost
Hacker News - Newest:
Hacker News - Newest: "LLM"
A
About on SuperTechFans
The Cloudflare Blog
C
Cisco Blogs
D
DataBreaches.Net
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Vercel News
Vercel News
P
Privacy International News Feed
Microsoft Security Blog
Microsoft Security Blog
Help Net Security
Help Net Security
Recorded Future
Recorded Future
PCI Perspectives
PCI Perspectives
S
Schneier on Security
AI
AI
N
News | PayPal Newsroom
雷峰网
雷峰网
C
Cyber Attacks, Cyber Crime and Cyber Security
P
Proofpoint News Feed
The Last Watchdog
The Last Watchdog
L
LINUX DO - 最新话题
Hugging Face - Blog
Hugging Face - Blog
Apple Machine Learning Research
Apple Machine Learning Research
Schneier on Security
Schneier on Security
S
Securelist
云风的 BLOG
云风的 BLOG
Stack Overflow Blog
Stack Overflow Blog
博客园_首页
AWS News Blog
AWS News Blog
TaoSecurity Blog
TaoSecurity Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Recent Commits to openclaw:main
Recent Commits to openclaw:main
博客园 - 三生石上(FineUI控件)
C
CXSECURITY Database RSS Feed - CXSecurity.com
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Cloudbric
Cloudbric
C
Cybersecurity and Infrastructure Security Agency CISA
Project Zero
Project Zero
C
Check Point Blog
S
Security Affairs

博客园 - 南水之源

osgImage和QImage互相转换 AI助手选哪个?Cowork vs OpenClaw深度解析:程序猿、打工人、老板们看过来 "数字管家"Claude Cowork,正在接管你的桌面 Claude Code:那只被称为"代码章鱼"的AI,正在吃掉整个编程世界 “拥有数字生命的龙虾”OpenClaw的前世今生 怎么领取使用国家超算中心小龙虾tokens 使用gdal修改shp数据 保存OE中使用的高程数据用gdal保存成tif文件[完成] blender GIS介绍 使用qt读取系统字体库,并进行英文名称映射 c++开发大模型mcp服务(七)使用cpp-mcp的例子MCP-ExcelAutoCpp c++开发大模型mcp服务(六)cpp-mcp库说明 c++开发大模型mcp服务(五)编译c++版本的mcp库(cpp-mcp) c++开发大模型mcp服务(三)一个常规的MCP调用例子(以高德地图MCP举例) c++开发大模型mcp服务(二)MCP 架构说明 c++开发大模型mcp服务(一)目的和概念 解除360首页锁定操作 辅助Visual Studio上C++开发的工具(插件) [书]清华大学DeepSeek:从入门到精通 [原]geoserver缓存切片类GeoServerMetaTile的解析UML
c++开发大模型mcp服务(四)使用工具测试高德地图的MCP(流程验证)
南水之源 · 2025-09-02 · via 博客园 - 南水之源

一、前言

通过之前的cursor已经可以通过大模型调用高德发布的mcp服务。

具体的调用方式见之前的文档

本文中我们将使用在线的mcp测试工具,测试高德的mcp服务,以学习怎么使用mcp测试工具:

首先我们知道如果要是用一个mcp服务,首先将mcp服务的url写入待调用的工具

{
  "mcpServers": {
    "amap-maps-streamableHTTP": {
      "url": "https://mcp.amap.com/mcp?key=您在高德官网上申请的key"
    }
  }
}

这里我们使用在线mcp调试工具来调试高德的接口是否能用,注意目前这个在线工具只支持see的方式,所以我们用高德的see服务(mcp的一种)

https://mcp.amap.com/sse?key=您在高德官网上申请的key

二、在线工具地址

工具网址:https://mcp.aibase.com/zh/playground

三、设置MCP 服务

36a3e47a-49b4-43f2-9e7b-400e652713dd

 设置完成后,点击“playground”就可以看到,测试工具通过高德的mcp读取的调用样例

299abc6d-d47e-4d78-97ae-d356b2ab02ee

四、测试 

照例,进行简单询问测试

b923c218-8f14-4204-8256-ead818d9e87b

 ok,知道测试工具是怎么使用的了

五、其他工具

其他工具:https://mcp.definesys.cn/main/home-page

8c616509-a385-4a8b-a457-f0794967491e

1.Tools调试

5e15908c-1067-46fe-a195-3f485dea6ad1

 输入118.33,32.33 和118.32,32.32得到调试工具的结果

5bc9784e-b4f7-4479-8134-607ccec16250

或者调试天气信息

基础信息如下

9b9a7efb-53b8-4f7d-b4d8-97441217a0e9

 调试结果如下

dc934dc9-a616-45d9-af38-e5f43167a4bf

2.AI Agent调试

 未测试

六、自编工具

当然,不嫌麻烦也可以自己编一个调试工具,连接如下:

https://github.com/modelcontextprotocol/inspector