# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/5ckqbca
Show HN: OpenAPI MCP Server – Make Cursor AI Understand Your API Specs
Hey everyone! I've built an MCP server that helps LLMs understand your OpenAPI specifications. It's pretty straightforward:

What it does:

\- Loads multiple OpenAPI specifications from a directory
\- Exposes API operations and schemas through MCP protocol
\- Enables LLMs to understand and work with your APIs directly in your IDE
\- Supports dereferenced schemas for complete API context
\- Maintains a catalog of all available APIs
GitHub: [https://github.co ... ⌘ [Read more](https://github.com/ReAPI-com/mcp-openapi)