← All WebMCP sites

render.com

Developer Toolshttps://render.com/listed as of 2026-08-01
Cloud platform for hosting web services, databases, and static sites. Its WebMCP tools let an agent search Render's documentation and fetch the docs, llms.txt, blog, and articles indexes as markdown.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 63/100 (C).

Tools

render.docs.searchactimperative
Search Render documentation by keyword.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Keywords to search for in the Render docs."
    }
  },
  "required": [
    "query"
  ],
  "additionalProperties": false
}
render.docs.get-markdownactimperative
Fetch a Render docs page as markdown by slug.
Input schema
{
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "Docs page slug without a leading slash. Nested slugs are allowed."
    }
  },
  "required": [
    "slug"
  ],
  "additionalProperties": false
}
render.llms.get-indexactimperative
Fetch the Render llms.txt index as markdown.
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
render.blog.get-indexactimperative
Fetch the latest Render blog index as markdown (most recent 20 posts).
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
render.articles.get-indexactimperative
Fetch the latest Render articles index as markdown (most recent 50 articles).
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
search-render-docsanswerdeclarative/docs/scaling
Search Render documentation by keyword.
Input schema
{
  "type": "object",
  "properties": {
    "search": {
      "type": "string",
      "description": "Search the docs"
    }
  }
}
Listings are sourced from public community registries and shown as reported.