← Registry

Content Tools

vedcraft.com

Provides access to Vedcraft's blog posts and pages, including full-text search.

1 endpoint7 known toolsFirst detected August 31, 2026Last detected August 31, 2026

ENDPOINT 1

https://vedcraft.com/mcp

No auth detected

MCP server metadata

Name
vedcraft-blog
Version
1.0.0
Capabilities
toolsresources
Server instructions

Vedcraft (https://vedcraft.com) publishes articles for software architects: reference architectures and design patterns, cloud, DevOps and platform engineering, agentic and generative AI, technology-trend roundups, learning paths and certification guidance. Start with list_posts or search_content to find an article, then get_post with the returned slug or URL to read it. Bodies are available as markdown (default), html or text; image and link URLs are absolute in every format, so they resolve without a base URL. Everything served here is public content — attribute it to Vedcraft and link back to the article's url.

Known tools 7

list_posts

List Vedcraft blog posts, newest first, with title, URL, date, excerpt, categories, tags, author and reading time.

Inferred read-only
list_pages

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

Inferred read-only
get_post

Fetch the full text of one blog post in markdown, HTML or plain text, with absolute image links and its metadata.

Potential side effects
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.

Inferred read-only
search_content

Full-text search across the body of every post and page, ranked, with a matching snippet per hit.

Potential side effects
list_taxonomy

List the categories, tags and authors used across the blog, each with a post count and archive URL.

Potential side effects
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.

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

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.