KP Agent Ready is a WordPress app, with a 5.0 average rating from 1 review, as of Jul 14, 2026.
KP Agent Ready is a WordPress Plugin Directory app by Kevin Pirnie. With a rating of 5.0★ from 1 reviews.
AppRanks data: KP Agent Ready ranks #0 in Agents on WordPress Plugin Directory, placing it in the top 1% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
KP Agent Ready is a category-leading WordPress app with a limited review volume. It is listed in the Ai category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 1 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by Kevin Pirnie — established developer track record
Cons
- −Limited review base (1) — ratings can shift significantly with new feedback
Looking to switch from KP Agent Ready?
See KP Agent Ready's alternatives ranked by audit score, rating, and review velocity.
How KP Agent Ready works
Show full descriptionShow less
AI agents — tools like ChatGPT, Claude, Copilot, and the growing ecosystem of autonomous AI systems — are increasingly being pointed at websites to gather information, interact with APIs, and perform tasks on behalf of users. For a site to work well with these agents, it needs to speak the right language: publishing structured discovery files, declaring its capabilities, and responding to agent-specific requests in the right format.
KP Agent Ready handles all of that for your WordPress site. It implements the current set of agent-readiness standards and the broader AI agent ecosystem — without requiring you to manually create files, edit server configs, or touch a line of code. Everything is managed from a dedicated settings page in the WordPress admin.
What It Does RFC 8288 Link Response Headers
Every response your site sends will include Link headers pointing agents to your API catalog, agent skills index, and MCP server card. This is how agents find your discovery documents without having to guess URLs.
API Catalog — /.well-known/api-catalog
Publishes a machine-readable catalog of your site’s APIs in the application/linkset+json format defined by RFC 9727. Each entry in the catalog can point to an OpenAPI specification, human-readable documentation, and a health/status endpoint. If you have not configured any entries yet, the plugin serves a sensible fallback automatically so the endpoint is always valid.
Agent Skills Index — /.well-known/agent-skills/index.json
Publishes a skills discovery index per the Agent Skills Discovery RFC v0.2.0. This tells agents what your site can do — search your blog, browse your portfolio, submit a contact form, and so on.
Skills are built from three sources:
Blog articles — a search skill and a browse skill, toggled with a single switch
Custom post types — any public CPT registered on your site appears as a checkbox; tick it and it gets a browse skill pointing to its archive
Manual entries — define any additional skill with a name, type, description, URL, and an optional sha256 digest
MCP Server Card — /.well-known/mcp/server-card.json
Publishes an MCP Server Card (SEP-1649) identifying your site to Model Context Protocol clients. Configurable name, version, description, transport endpoint, and a capability list. If you do not have an MCP server running yet, just leave the transport blank — the card is still valid and useful for discovery.
OAuth / OIDC Discovery — /.well-known/openid-configuration or /.well-known/oauth-authorization-server
If your site exposes protected APIs that require authentication, this feature publishes the discovery metadata agents need to authenticate. Supports both OpenID Connect Discovery 1.0 and RFC 8414. Disabled by default — only enable it if you have the infrastructure in place.
OAuth Protected Resource Metadata — /.well-known/oauth-protected-resource
Complements the OAuth/OIDC feature by publishing RFC 9728 Protected Resource Metadata. Disabled by default.
robots.txt Content Signals
Appends Content Signals directives to your robots.txt file, declaring your preferences for how AI systems may use your content:
ai-train — whether AI companies may use your content to train models
search — whether search engines may index your content
ai-input — whether AI retrieval systems (RAG) may use your content as input
Markdown Negotiation
When an AI agent sends a request with the Accept: text/markdown header, the plugin intercepts the response for singular posts and pages and returns a clean Markdown version of the content. Regular browser requests are completely unaffected.
WebMCP
Injects a small JavaScript snippet into your page footer that calls navigator.modelContext.provideContext(), exposing your site’s key actions as tools to AI agents running in the browser. Built-in tools include blog search, portfolio navigation, and contact page navigation — each individually toggleable.
llms.txt and llms-full.txt
Generates physical /llms.txt and /llms-full.txt files in your WordPress web root per the llmstxt.org specification. These files give AI systems a structured, readable index of your site’s content — who you are, what pages exist, and what your posts are about.
llms.txt contains your site header and a clean list of links by content type. `llms-full.txt` contains the same structure but expands each entry with an excerpt or truncated content block so AI systems can understand the content without fetching every URL.
Files are regenerated automatically when posts are published, unpublished, or trashed, and whenever settings are saved. A manual Regenerate button is available in the llms.txt settings tab. If your host prevents direct file writes, the generated content is displayed in the admin as a copyable textarea so you can create the files manually.
Configurable options include a custom intro block, toggling pages and posts independently, selecting additional custom post types, setting the excerpt word limit for llms-full.txt, and defining optional additional links that appear under an ## Optional section in both files.
Developer Filters Two filters let themes and other plugins extend the plugin’s output without touching settings:
kp_agent_skills — add entries to the agent skills index:
add_filter( 'kp_agent_skills', function ( array $skills ): array { $skills[] = [ 'name' => 'my-skill', 'type' => 'api', 'description' => 'Does something useful.', 'url' => 'https://yoursite.com/api/endpoint', ]; return $skills; } );
kp_webmcp_tools — add tools to the WebMCP context:
add_filter( 'kp_webmcp_tools', function ( array $tools ): array { // $tools is the PHP array that becomes the JS tools array return $tools; } );
Category rankings
As of Jul 14, 2026- Agents#0of 14Top 1%
- Ai#0of 1,440Top 1%
- Markdown#0of 43Top 1%
- Mcp#0of 44Top 1%
- Well-known#0of 1Top 1%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Keyword rankings
KP Agent Ready ranks for 1 keywords across WordPress Plugin Directory. Here are the top 1:
- 1.ai agentRank #22
Competitors & alternatives
KP Agent Ready doesn't have curated competitor matchups yet. Other tracked ai apps on WordPress:
Where KP Agent Ready stands in the Ai category
KP Agent Ready ranks #0 of 1,440 apps in the Ai category, placing it in the top 1% of the listing.
Frequently asked questions
What is KP Agent Ready?
KP Agent Ready is an app for WordPress. It currently holds a 5.0-star rating from 1 merchant review, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. It is listed under the Ai category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Kevin Pirnie.
Who uses KP Agent Ready?
Currently around 40 active stores have installed KP Agent Ready. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Ai category on WordPress.