← Registry

Content Tools

rapidxm.com

Retrieves and searches website content, including pages, posts, and site metadata.

1 endpoint8 known toolsFirst detected September 9, 2026Last detected September 9, 2026

ENDPOINT 1

https://agents-stage.rapidxm.com/knowledge/rapidxm/mcp

No auth detected

MCP server metadata

Name
rapidxm-site-knowledge
Version
1.0.0
Capabilities
tools
Server instructions

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_info

Site name, brand summary, URL, entity counts, and pointers to catalog.json/llms.txt.

Inferred read-only
search_content

Ranked lexical search across every page, post, product, and knowledge entry.

Potential side effects
get_page

Full extracted text of one page, by url or id.

Inferred read-only
list_posts

Index of published posts (title, url, excerpt, published_at, tags) — no full text.

Inferred read-only
get_post

Full text of one published post by slug.

Potential side effects
list_products

Index of published products (title, url, price, currency, sku, availability, variants) — no full description text.

Inferred read-only
get_product

Full description text and variant/price/availability detail for one published product by slug.

Inferred read-only
ask_knowledge

Query curated facts (hours, policies, FAQs, service area, etc.).

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.