Costwright Mcp
@hernaninverso
Costwright Mcp について
Static worst-case token-budget analysis of LLM-agent workflows
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"costwright": {
"command": "npx",
"args": [
"-y",
"costwright-mcp"
],
"env": {
"COSTWRIGHT_API_KEY": "your_rapidapi_key"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Costwright Mcp?
Costwright Mcp is a static worst-case token‑budget analyzer for LLM‑agent workflows. It examines a Python repository that uses LangGraph, CrewAI, or the OpenAI Agents SDK and reports – by pure AST analysis, without running the code – the worst‑case budget ceiling of every workflow graph. It can optionally issue an Ed25519‑signed budget certificate that is logged to a public transparency log.
How to use Costwright Mcp?
Configure the MCP server using npx costwright-mcp with the COSTWRIGHT_API_KEY environment variable. Four tools are provided: costwright_check (static analysis), costwright_certify (signed certificate), costwright_verify (public certificate verification), and costwright_pubkey (retrieve public keys). The verify and pubkey tools require no API key.
Key features of Costwright Mcp
- Static worst‑case token‑budget analysis for LLM agent workflows.
- Reports certifiable, default‑dependent, non‑certifiable, and runaway units.
- Issues Ed25519‑signed budget certificates logged to a transparency log.
- Pure AST analysis – no code execution required.
- Compatible with LangGraph, CrewAI, and OpenAI Agents SDK.
- Public
verifyandpubkeytools for offline verification.
Use cases of Costwright Mcp
- Catch missing token caps before deploying an agent workflow.
- Identify
while True:runaway drivers in LLM agent code. - Provide a “budget type check” for agent workflow pipelines.
- Issue signed budget certificates for compliance or auditing.
FAQ from Costwright Mcp
What kind of repositories does Costwright Mcp analyze?
It analyzes Python repositories that use LangGraph, CrewAI, or the OpenAI Agents SDK, returning worst‑case token budgets for every workflow graph.
Does Costwright Mcp run the code it analyzes?
No. It performs pure static AST analysis – the code is never executed.
Is an API key required to use Costwright Mcp?
Yes, for the check and certify tools. The verify and pubkey tools are public and require no key.
Where does my source code go when using Costwright Mcp?
The check and certify tools upload a compressed archive of the repository to the hosted API. See the privacy policy at https://eleata.io/privacy/ for details.
What output does Costwright Mcp produce?
It returns a pass/fail status along with counts of units categorized as certifiable, default‑dependent, non‑certifiable, or runaway, and identifies which LLM calls have no token cap.
「AI とエージェント」の他のコンテンツ
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
コメント