INDIVIDUAL MCP TOOL
search_content
Full-text search across the body of every post and page, ranked, with a matching snippet per hit.
LIVE ENDPOINT
https://vedcraft.com/mcp
Connect to this endpoint to inspect the live schema for search_content and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.list_pages— List the standing pages of vedcraft.com — section hubs, about, authors, policies — as opposed to dated blog posts.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.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.