Content Tools
rapidxm.com
Retrieves and searches website content, including pages, posts, and site metadata.
ENDPOINT 1
https://agents-stage.rapidxm.com/knowledge/rapidxm/mcp
MCP server metadata
- Name
- rapidxm-site-knowledge
- Version
- 1.0.0
Read-only knowledge base for RapidXM. All content is published and public — no auth required. Data reflects the site as of its last deploy (see get_site_info's generated_at). ask_knowledge is the fastest path for hours/policy/FAQ-style questions; search_content covers everything else. Requests are rate limited (60 per minute on this tier); pace yourself using the RateLimit-* response headers.
Known tools 8
get_site_infoSite name, brand summary, URL, entity counts, and pointers to catalog.json/llms.txt.
Inferred read-onlysearch_contentRanked lexical search across every page, post, product, and knowledge entry.
Potential side effectslist_postsIndex of published posts (title, url, excerpt, published_at, tags) — no full text.
Inferred read-onlylist_productsIndex of published products (title, url, price, currency, sku, availability, variants) — no full description text.
Inferred read-onlyget_productFull description text and variant/price/availability detail for one published product by slug.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.rapidxm-site-knowledge]
url = "https://agents-stage.rapidxm.com/knowledge/rapidxm/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rapidxm-site-knowledge": {
"type": "http",
"url": "https://agents-stage.rapidxm.com/knowledge/rapidxm/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rapidxm-site-knowledge
Remote MCP URL: https://agents-stage.rapidxm.com/knowledge/rapidxm/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"rapidxm-site-knowledge": {
"url": "https://agents-stage.rapidxm.com/knowledge/rapidxm/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rapidxm-site-knowledge": {
"type": "http",
"url": "https://agents-stage.rapidxm.com/knowledge/rapidxm/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rapidxm-site-knowledge",
"transport": "streamable-http",
"url": "https://agents-stage.rapidxm.com/knowledge/rapidxm/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.