API Suggestion Server
@nimiusrd
About API Suggestion Server
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is API Suggestion Server?
API Suggestion Server is an MCP (Model Context Protocol) server that suggests suitable API endpoints based on OpenAPI specifications. It helps AI models and developers find the best endpoints for a given purpose by analyzing available APIs.
How to use API Suggestion Server?
Install by cloning the repository and running npm install. Configure OpenAPI specifications (local files or URLs) in server.config.ts. Start the server with npm start. The server communicates via stdio over MCP and exposes a suggest_api tool that accepts a purpose string and returns matching endpoints.
Key features of API Suggestion Server
- Collects API endpoints from multiple OpenAPI specs.
- Suggests relevant endpoints based on user’s purpose.
- Integrates with AI models via the MCP protocol.
- Supports YAML and JSON formats.
- Accepts both local file paths and URLs for specs.
Use cases of API Suggestion Server
- Developers querying available APIs for a specific operation.
- AI assistants recommending API calls during conversation.
- Automated API discovery in microservice environments.
- Quick endpoint lookup for integration tasks.
FAQ from API Suggestion Server
What are the prerequisites for API Suggestion Server?
Node.js 18+ and npm or yarn.
What OpenAPI formats does API Suggestion Server support?
YAML (.yaml, .yml) and JSON (.json), both from local files and public URLs.
How does API Suggestion Server communicate?
The server uses standard input/output (stdio) through the MCP protocol.
Can I add my own API specifications to API Suggestion Server?
Yes, add OpenAPI files to the schemas directory or specify URLs in server.config.ts.
What license does API Suggestion Server use?
MIT.
More Developer Tools MCP servers
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou

Sentry
modelcontextprotocolModel Context Protocol Servers
Huoshan Test
volcengineMCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Comments