← vedcraft.com

INDIVIDUAL MCP TOOL

list_pages

List the standing pages of vedcraft.com — section hubs, about, authors, policies — as opposed to dated blog posts.

vedcraft.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://vedcraft.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_pages and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

vedcraft.com

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.vedcraft-blog]
url = "https://vedcraft.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vedcraft-blog": {
      "type": "http",
      "url": "https://vedcraft.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vedcraft-blog
Remote MCP URL: https://vedcraft.com/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": {
    "vedcraft-blog": {
      "url": "https://vedcraft.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vedcraft-blog": {
      "type": "http",
      "url": "https://vedcraft.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vedcraft-blog",
  "transport": "streamable-http",
  "url": "https://vedcraft.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_posts — List Vedcraft blog posts, newest first, with title, URL, date, excerpt, categories, tags, author and reading time.
  • get_post — Fetch the full text of one blog post in markdown, HTML or plain text, with absolute image links and its metadata.
  • get_page — Fetch the full text of one standing page (about, a section hub, a policy) in markdown, HTML or plain text, with absolute image links.
  • search_content — Full-text search across the body of every post and page, ranked, with a matching snippet per hit.
  • list_taxonomy — List the categories, tags and authors used across the blog, each with a post count and archive URL.
  • get_site_info — What Vedcraft publishes, how many posts and pages are available, when the corpus was last built, and the feed and llms.txt URLs.