ufo-goat-pp-mcp — MCP server for UFO/Goat PP integration

draft — generated, polish on first use.

Category: pp-mcp Where it works: both Source: ~/.mcp.json

What it is

Remote Go-based MCP server exposing UFO/Goat PP tooling. Tools are not locally introspectable; standard MCP capabilities are assumed.

How to trigger it

  • “folosește ufo-goat-pp-mcp”
  • “activează serverul pp-mcp”
  • “conectează-te la ufo-goat”
  • Direct command/trigger: verifică doctrina
  • Auto-fires? no

How to use it

Operator requests the MCP server by name or capability; the runtime loads the remote definition from ~/.mcp.json and exposes its tools to Claude Code / Hermes. Results flow back as normal tool output.

Practical examples

  1. you: “conectează-te la ufo-goat-pp-mcp” MCP server registered, tools become available in the session.
  2. you: “rulează pp-mcp pe fișierul X” remote tool executes and returns structured result.

Tools

toolwhat it doesexample
(standard MCP tools)generic remote actions (uncertain — remote Go binary)tool_call(“list_resources”)
(standard MCP tools)generic remote actions (uncertain — remote Go binary)tool_call(“read_resource”, {“uri”:”…”})
(standard MCP tools)generic remote actions (uncertain — remote Go binary)tool_call(“call_tool”, {“name”:”…”})

Notes / limits

Remote binary; exact tool surface unknown without live introspection. Verify actual capabilities on first connection.