← joogie.link

INDIVIDUAL MCP TOOL

get_openapi_spec

Get the complete OpenAPI 3.1 contract as JSON.

joogie.linknone authenticationAvailability not checked

LIVE ENDPOINT

https://www.joogie.link/api/mcp/docs

No auth detected

Connect to this endpoint to inspect the live schema for get_openapi_spec and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

joogie.link

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.prince-juguilon-developer-docs]
url = "https://www.joogie.link/api/mcp/docs"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "prince-juguilon-developer-docs": {
      "type": "http",
      "url": "https://www.joogie.link/api/mcp/docs"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: prince-juguilon-developer-docs
Remote MCP URL: https://www.joogie.link/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": {
    "prince-juguilon-developer-docs": {
      "url": "https://www.joogie.link/api/mcp/docs"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "prince-juguilon-developer-docs": {
      "type": "http",
      "url": "https://www.joogie.link/api/mcp/docs"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "prince-juguilon-developer-docs",
  "transport": "streamable-http",
  "url": "https://www.joogie.link/api/mcp/docs"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_api_overview — Get Prince Juguilon's API endpoints, protocol scope, quickstart, and versioning guidance.
  • get_authentication_guide — Get the anonymous access policy and safe credential handling guidance.