{"openapi":"3.1.0","info":{"title":"Patrick Petcu Agent API","version":"1.0.0","description":"Discovery, WebMCP documentation and read-only agent resources for Patrick Petcu's AI consulting and automation services.","contact":{"name":"Patrick Petcu","email":"hej@patrickpetcu.com","url":"https://www.patrickpetcu.com"}},"servers":[{"url":"https://www.patrickpetcu.com"}],"paths":{"/mcp":{"post":{"operationId":"callPatrickPetcuMcp","summary":"Call the Patrick Petcu Streamable HTTP MCP server","description":"Send MCP JSON-RPC requests. The server exposes read-only service, fit, readiness, workflow, opportunity and contact tools.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"MCP JSON or event-stream response","content":{"application/json":{"schema":{"type":"object"}},"text/event-stream":{"schema":{"type":"string"}}}}}}},"/.well-known/mcp-server":{"get":{"operationId":"discoverPatrickPetcuMcp","summary":"Discover the Patrick Petcu MCP server","responses":{"200":{"description":"MCP server manifest","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/agent-instructions.md":{"get":{"operationId":"getPatrickPetcuAgentInstructions","summary":"Get when-to-use and safe-calling guidance","responses":{"200":{"description":"Markdown instructions","content":{"text/markdown":{"schema":{"type":"string"}}}}}}}}}