Content Tools
vedcraft.com
Provides access to Vedcraft's blog posts and pages, including full-text search.
ENDPOINT 1
https://vedcraft.com/mcp
MCP server metadata
- Name
- vedcraft-blog
- Version
- 1.0.0
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_postsList Vedcraft blog posts, newest first, with title, URL, date, excerpt, categories, tags, author and reading time.
Inferred read-onlylist_pagesList the standing pages of vedcraft.com — section hubs, about, authors, policies — as opposed to dated blog posts.
Inferred read-onlyget_postFetch the full text of one blog post in markdown, HTML or plain text, with absolute image links and its metadata.
Potential side effectsget_pageFetch 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-onlysearch_contentFull-text search across the body of every post and page, ranked, with a matching snippet per hit.
Potential side effectslist_taxonomyList the categories, tags and authors used across the blog, each with a post count and archive URL.
Potential side effectsget_site_infoWhat Vedcraft publishes, how many posts and pages are available, when the corpus was last built, and the feed and llms.txt URLs.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.