Use MCP tools to manage posts and comments with validated CRUD operations.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "MCP-SERVER" yet — see the docs or source repo.
Use MCP-SERVER to create a new post titled "Product Update Announcement" with the content "We have launched comment filtering," then return the new post ID and full record.
A successfully created post object with its ID, title, content, and other relevant fields.
Use MCP-SERVER to add a comment to post ID 12 with author "Alice" and content "This feature is very useful," and validate that all required fields are present.
The result of the new comment creation, or clear validation feedback if fields are missing or invalid.
Use MCP-SERVER to first change the title of post ID 8 to "Revised Version," then delete comment ID 34, and return the result of each operation.
Confirmation of the successful post update and comment deletion, or specific error details if either operation fails.
Connect to Xiaohongshu API via MCP to search notes, read content, and manage comments.
Build a simple MCP tool server with streaming HTTP support.
Match and validate JSON data against OpenAPI specifications via MCP.
Publish, author, and reuse AI tools and skills via MCP and REST.
Demo tool for connecting LLMs to external tools and data sources via MCP.
Securely connect to and operate MySQL databases through the MCP protocol.