INDIVIDUAL MCP TOOL
get_post
Get the full content of a published MojaLab blog post as Markdown, by slug.
LIVE ENDPOINT
https://mojalab.com/mcp
Connect to this endpoint to inspect the live schema for get_post 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.mojalab-content]
url = "https://mojalab.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mojalab-content": {
"type": "http",
"url": "https://mojalab.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mojalab-content
Remote MCP URL: https://mojalab.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": {
"mojalab-content": {
"url": "https://mojalab.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mojalab-content": {
"type": "http",
"url": "https://mojalab.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mojalab-content",
"transport": "streamable-http",
"url": "https://mojalab.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_posts— List published MojaLab blog posts (title, slug, excerpt, tags, date).search_posts— Search published MojaLab posts by keyword or natural-language query.search_all— Search across all published content — blog posts, static pages/tools, and companion GitHub repositories — ranked by relevance.get_site_summary— Get a concise overview of mojalab.get_related_posts— Get posts related to a given post (by shared tags and content similarity), for recommendations.list_tags— List all public tags on MojaLab with their post counts and descriptions.list_pages— List published static pages on MojaLab (about, tools, .get_page— Get the full content of a published MojaLab static page as Markdown, by slug.