INDIVIDUAL MCP TOOL
get_authentication_guide
Get the anonymous-access policy and safe credential-handling guidance.
LIVE ENDPOINT
https://zomeru.dev/api/mcp/docs
Connect to this endpoint to inspect the live schema for get_authentication_guide and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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-developer-docs]
url = "https://zomeru.dev/api/mcp/docs"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zomer-gregorio-developer-docs": {
"type": "http",
"url": "https://zomeru.dev/api/mcp/docs"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zomer-gregorio-developer-docs
Remote MCP URL: https://zomeru.dev/api/mcp/docs
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-developer-docs": {
"url": "https://zomeru.dev/api/mcp/docs"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zomer-gregorio-developer-docs": {
"type": "http",
"url": "https://zomeru.dev/api/mcp/docs"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zomer-gregorio-developer-docs",
"transport": "streamable-http",
"url": "https://zomeru.dev/api/mcp/docs"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_api_overview— Get API endpoints, protocol scope, quickstart, and versioning guidance.get_openapi_spec— Get the canonical OpenAPI 3.2 contract as JSON.