← zomeru.dev
INDIVIDUAL MCP TOOL
get_blog_post
Get one published blog post by its canonical public slug.
LIVE ENDPOINT
https://zomeru.dev/api/mcp
Connect to this endpoint to inspect the live schema for get_blog_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.zomer-gregorio-portfolio]
url = "https://zomeru.dev/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zomer-gregorio-portfolio": {
"type": "http",
"url": "https://zomeru.dev/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zomer-gregorio-portfolio
Remote MCP URL: https://zomeru.dev/api/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": {
"zomer-gregorio-portfolio": {
"url": "https://zomeru.dev/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zomer-gregorio-portfolio": {
"type": "http",
"url": "https://zomeru.dev/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zomer-gregorio-portfolio",
"transport": "streamable-http",
"url": "https://zomeru.dev/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_profile— Get Zomer Gregorio's canonical professional profile and public links.get_resume— Get Zomer Gregorio's structured resume, professional experience, technology stack, and current PDF URL.get_tech_stack— Get the technology groups and tools currently published on Zomer's portfolio.list_experience— List Zomer Gregorio's published professional experience in display order.list_projects— List the projects currently published on Zomer Gregorio's portfolio.list_blog_posts— List Zomer Gregorio's published technical articles with bounded pagination, canonical URLs, and optional case-insensitive title search.