agentready MCP Server
talktorobson/agentready
Define tools once, get both CLI and MCP server. Dual-interface framework for AI agent tooling.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
talktorobson/agentready is a TypeScript MCP server. Define tools once, get both CLI and MCP server. Dual-interface framework for AI agent tooling. Topics: cli, developer-tools, dual-interface, mcp, model-context-protocol, typescript, ai-agents.
Ranked #95 out of 129 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit 1d ago → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# AgentReady **Define tools once. Get both CLI and MCP server.** A framework for building AI agent tooling with dual interfaces: CLI for terminal agents (Claude Code, Codex, Gemini CLI) and MCP for browser agents, widgets, and multi-tenant environments. ```bash # Point at any OpenAPI spec → instant CLI + MCP server OPENAPI_SPEC_PATH=https://raw.githubusercontent.com/github/rest-api-description/main/descriptions/api.github.com/api.github.com.json \ node dist/connectors/openapi/main.js --help # → 1068 CLI commands + MCP server from GitHub's full API spec ``` ## Why both? Terminal agents and browser agents consume tools differently. | | CLI | MCP | |---|---|---| | **Token cost** | 10-32x cheaper (Scalekit benchmark) | High schema overhead | | **Reliability** | 100% (runs locally) | 72% (network dependent) | | **Composability** | Pipes, chains, loops | Single tool calls | | **Auth model** | Inherits user credentials | OAuth, RBAC, audit logs | | **Discovery** | Agent needs to knowRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.