This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "openapi": "3.0.3", | |
| "info": { | |
| "title": "WordPress MCP API", | |
| "version": "1.1.0", | |
| "description": "OpenAPI spec para WordPress REST API con extensiones MCP. Incluye endpoints nativos de WordPress (pages, posts, global-styles) y endpoints custom del plugin mcp-wordpress-controls para manipulación avanzada de botones y CSS. Diseñado para uso con mcp-api-gateway.", | |
| "contact": { | |
| "name": "WordPress REST API Documentation", | |
| "url": "https://developer.wordpress.org/rest-api/" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.0.3 | |
| info: | |
| title: Holded API | |
| version: 1.0.0 | |
| description: Complete Holded API specification for Invoice, CRM, Projects, Team, and Accounting operations | |
| servers: | |
| - url: https://api.holded.com/api/invoicing/v1 | |
| description: Invoice API | |
| - url: https://api.holded.com/api/crm/v1 | |
| description: CRM API |