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
- you: “conectează-te la ufo-goat-pp-mcp” → MCP server registered, tools become available in the session.
- you: “rulează pp-mcp pe fișierul X” → remote tool executes and returns structured result.
Tools
| tool | what it does | example |
|---|---|---|
| (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.