Make any website queryable by AI agents via AgentReady. Tools: list_sites and ask_site.
Most developer tooling work still happens through a UI a human drives. Agentready MCP server moves it into the conversation instead. Make any website queryable by AI agents via AgentReady. Tools: list_sites and ask_site.
AgentReady is a hosted capability layer that makes any website discoverable and usable by agents through MCP.
The server publishes 7 tools. What each one is for:
list_sites — Lists all websites currently indexed by AgentReady with their titles and page counts. Use this to check if a domain is already available beforeget_site_capabilities — The get_site_capabilities tool exposed by this serverplan_site_action — The plan_site_action tool exposed by this serversubmit_site — The submit_site tool exposed by this serverask_site — The ask_site tool exposed by this serverrefresh_site — The refresh_site tool exposed by this serverrate_answer — The rate_answer tool exposed by this serverConfiguration is passed through the environment: AGENTREADY_MCP_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Agentready's toolset — list_sites, get_site_capabilities, plan_site_action and 4 more — is a fair guide to whether it matches your workflow. It is maintained by AshutoshRaj97; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| list_sites | Lists all websites currently indexed by AgentReady with their titles and page counts. Use this to check if a domain is already available before submitting it. |
| get_site_capabilities | The get_site_capabilities tool exposed by this server. |
| plan_site_action | The plan_site_action tool exposed by this server. |
| submit_site | The submit_site tool exposed by this server. |
| ask_site | The ask_site tool exposed by this server. |
| refresh_site | The refresh_site tool exposed by this server. |
| rate_answer | The rate_answer tool exposed by this server. |
{
"mcpServers": {
"agentready": {
"command": "npx",
"args": ["-y", "@agentreadyweb/mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| AGENTREADY_MCP_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.