Content Tools
mojalab.com
Provides access to MojaLab blog content including posts, pages, and tags.
ENDPOINT 1
https://mojalab.com/mcp
MCP server metadata
- Name
- mojalab-content
- Version
- 2.0.0
Known tools 9
search_allSearch across all published content — blog posts, static pages/tools, and companion GitHub repositories — ranked by relevance.
Inferred read-onlyget_related_postsGet posts related to a given post (by shared tags and content similarity), for recommendations.
Potential side effectsget_postGet the full content of a published MojaLab blog post as Markdown, by slug.
Potential side effectslist_tagsList all public tags on MojaLab with their post counts and descriptions.
Potential side effectsget_pageGet the full content of a published MojaLab static page as Markdown, by slug.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mojalab.com was fetched 2026-08-08T23:53:52.606Z and is being refreshed.
mojalab.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.