AgentMarketMCP / SKILL 资产档案馆

目录 / Local Model Suitability MCP

MCP 鉴权未知 未评级 已上架

Local Model Suitability MCP

AI model router. Checks whether to use local Ollama or cloud inference before each API call.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://local-model-suitability-mcp--ojaskord.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "Local Model Suitability MCP": {
      "url": "https://local-model-suitability-mcp--ojaskord.run.tools"
    }
  }
}

能力清单

工具说明
check_local_viabilityChecks whether a task can be handled by a local model instead of a cloud API. Call this BEFORE your agent routes any task to a cloud model — at the moment a task is ready to be sent and the model has not yet been selected. Use this when your agent is about to make a cloud inference call and wants to determine whether a local model could handle it at lower cost. Returns LOCAL/CLOUD/EITHER verdict with recommended model. If verdict is LOCAL, skip the cloud call entirely — saves cost on every routable inference call. Pass data_sensitivity=CONFIDENTIAL to force LOCAL verdict for tasks that must not leave the machine. Do not route to cloud without checking local viability first.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。