Google PageRank for AI agents. 25,000+ tools indexed.

agentready MCP Server

talktorobson/agentready

Score: 49.6 Rank #95 Agent Framework
Are you the maintainer of talktorobson/agentready? Claim this listing →

Define tools once, get both CLI and MCP server. Dual-interface framework for AI agent tooling.

Add AgentRank to Claude Code Discover and compare tools like talktorobson/agentready — your AI finds the right one automatically
Get API Access →
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

TypeScript No license
clideveloper-toolsdual-interfacemcpmodel-context-protocoltypescriptai-agents

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% 1d ago

Last commit 1d ago → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License None

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge all embed codes →

AgentRank score for talktorobson/agentready
[![AgentRank](https://agentrank-ai.com/api/badge/tool/talktorobson--agentready)](https://agentrank-ai.com/tool/talktorobson--agentready/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/talktorobson--agentready/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/talktorobson--agentready" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="talktorobson/agentready"></script>

Matched Queries

"mcp server""mcp-server""agent tool"

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 know 
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.