streamable-httpupdated 1mo ago
Make any website discoverable and callable by AI agents. Agent Ready Kit scans a site against the agent-ready spec, generates the full agent surface (agent card, MCP server card, llms.txt, robots.txt for AI, OASF record, A2A card), and can close and deliver a managed agent-enablement engagement autonomously.
What can you do with agent ready kit?
Agent Ready Kit
Make any website discoverable and callable by AI agents. Agent Ready Kit
scans a site against the agent-ready spec, generates the full agent surface
(agent card, MCP server card, llms.txt, robots.txt for AI, OASF record,
A2A card), and can close and deliver a managed agent-enablement engagement
autonomously.
- Website: https://mudko.com
- MCP endpoint:
https://mudko.com/api/mcp(Streamable HTTP, no signup ā 25 tools) - Free scanner: https://mudko.com/tools/scan
- Tools catalog: https://mudko.com/tools
- Agent card: https://mudko.com/.well-known/agent-card.json
- x402 agent payments: live on Base (7 endpoints in the Coinbase x402 Bazaar)
Registries: Official MCP Registry Ā· Smithery
The product runs as a hosted service at mudko.com. This repository is the public home for the listing; the implementation is proprietary.
Ā© Agent Ready Kit. Not open source.
Install
Add agent ready kit to your client. Pick the one you use.
claude mcp add --transport http agent-ready-kit https://mudko.com/api/mcpcodex mcp add agent-ready-kit --url https://mudko.com/api/mcp{
"mcpServers": {
"agent-ready-kit": {
"url": "https://mudko.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"agent-ready-kit": {
"type": "http",
"url": "https://mudko.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"agent-ready-kit": {
"url": "https://mudko.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"agent-ready-kit": {
"serverUrl": "https://mudko.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation4/25
- Maintenance22/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 47 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint ā no local install
Version history
| Versions | Published |
|---|---|
| 1.0.3Latest | Aug 14, 2026 |
| 1.0.2 | Jul 16, 2026 |
| 1.0.1 | Jul 15, 2026 |
| 1.0.0 | Jul 5, 2026 |