askclaude
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"askclaude": {
"args": [
"-y",
"askclaude-unlimitedsurf"
],
"command": "npx",
"env": {
"ASK_CLAUDE_TIMEOUT_MS": "60000"
}
}
}
}
该服务需要配置环境变量:UNLIMITED_SURF_API_KEY
可用工具 (1 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
ask_claude 5 个参数
Ask a single question through the fixed Unlimited Surf Claude messages endpoint. This tool only forwards the prompt and returns text; it does not provide tools, run agent loops, access files, execute commands, or perform actions.
该工具无需必填参数,直接调用即可
服务介绍
unlimitedsurf提供免费的Claude但是不支持很多功能 只保留Ask+附件的回复 所以可以使用低价模型搭配MCP使用Claude的结果编写代码