PluginBench
MCP Server

io.github.mikerawsonnz/structured-output-agent MCP Server

io.github.mikerawsonnz/structured-output-agent

What is the io.github.mikerawsonnz/structured-output-agent MCP server?

Turn a prompt + a field schema into validated, typed JSON (Instructor over Gemini 2.5 Flash on Verte

How to install io.github.mikerawsonnz/structured-output-agent

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "structured-output-agent": {
      "url": "https://fastmcp-instructor-72225f.getvda.ai/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "structured-output-agent": {
      "serverUrl": "https://fastmcp-instructor-72225f.getvda.ai/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "structured-output-agent": {
      "type": "http",
      "url": "https://fastmcp-instructor-72225f.getvda.ai/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "structured-output-agent": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://fastmcp-instructor-72225f.getvda.ai/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http structured-output-agent https://fastmcp-instructor-72225f.getvda.ai/mcp

Related MCP servers

Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.

View repository →

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.

View repository →

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.

View repository →

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f

View repository →

Single entry point for the GOSCE portfolio: routes orchestrators to verified agents by capability, w

View repository →

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith

View repository →