SEC-API内部MCP服务器
通过向Claude Code项目文件添加JSON将服务器添加到Claude Code .mcp.json (项目根):
{
"mcpServers": {
"browser-mcp": {
"type": "http",
"url": "http://127.0.0.1:22001/mcp"
}
}
}在Claude Code项目中,运行 /mcp 确认服务器正在工作。如果不可见,请关闭并重新启动Claude会话。
在Claude Code代理中使用MCP服务器,方法如下:
Verify the URLs with the fetch-website MCP tool.