目录 / toolyour-mcp-server
MCP
需 API Key
未评级
已上架
toolyour-mcp-server
ToolYour is a remote MCP harness for AI agents: plan work, run playbooks or solve goals, and verify until checks pass. Primary jobs are ship-gate, SEO audits, and security audits. Developers call the same capabilities through REST; people smoke-check tools in the browser. MCP and REST share one API key and monthly credit quota.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 需 API Key(需要配置:X-Api-Key)
- 端点
https://toolyour-mcp-server--abdulwahabraza0000.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
"mcpServers": {
"toolyour-mcp-server": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://toolyour-mcp-server--abdulwahabraza0000.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| plan_task | Free planning pass: ranked workflow/tool/playbook plan + estimated credits. Does not execute or bill. Typical flow: plan_task → solve_task / run_playbook. |
| solve_task | Primary entry: plain-language goal → workflow/tool. Prefer workspace payloads (input.text / input.code / input.html / input.json). Pass input.url only when the user asked to analyze a live/preview link, or the job cannot run without a fetch. Default responseMode=compact. Local html/text is free unless input.enhance=true. Ambiguous goals return status suggest. |
| run_playbook | Run a skill's backing workflow (or local content ship) in one call. Bills like run_workflow. Prefer over load_skill → manual steps. |
| verify_task | Re-run a goal and return deltas vs a baseline jobReport (prior solve_task, verify.after, or get_run payload). Includes remainingFixes, nextActions, and gate (pass|fail). Bills like solve_task. Use after applying fixes. Optional async:true → poll get_run. |
| discover_tools | Search 230+ API-backed tools by keyword or intent. Returns compact cards (not full schemas). Use specific queries (e.g. 'docx pdf', 'headline rewrite', 'webp convert'). Call list_categories first to narrow by family, then discover_tools(query, category). Free — not billed. Typical flow: discover_tools → get_tool_schema → invoke_tool. |
| list_categories | List tool category families (Convertors, Documents, SEO Tools, etc.). Use before discover_tools to narrow search — e.g. discover_tools('pdf', category: 'Documents'). Free — not billed. |
| get_tool_schema | Get JSON schema for one API-backed tool by operationId. |
| invoke_tool | Invoke an API-backed ToolYour tool. Large outputs return downloadUrl. |
| list_skills | List curated ToolYour agent skills (playbooks). Each entry includes workflowId and runnable. Prefer run_playbook(skillId) over load_skill + manual steps. fix-verify-* skills re-run audits — use verify_task for deltas. |
| load_skill | Load full skill playbook markdown. Prefer run_playbook to execute in one step. |
| fetch_payload | Fetch a full truncated tool/workflow payload by dataRefId from a summarized or dataRef response. Free — in-process TTL store. Returns 404 if expired. |
| get_run | Poll an async solve_task / run_playbook / run_workflow / verify_task by runId. Free. status=completed means finished — always read resultStatus (suggest|need_input|verified|error|…). REDIS_URL enables cross-replica; webhook optional. |
| run_workflow | Run a server-side multi-step workflow (bills per underlying tool call). Prefer solve_task or run_playbook when you have a goal/skillId. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。