Bruno API MCP Server provides a bridge between AI assistants and Bruno API collections, enabling execution of HTTP requests defined in Bruno's .bru format through the Model Context Protocol. The server automatically loads API collections, parses environment variables, and exposes each request as a callable tool with appropriate schemas, making it valuable for testing APIs, automating workflows, and integrating external services directly from AI conversations without manual request configuration.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Lists all available environments in your Bruno API collection. No parameters required. Returns a list of available environments and the currently active environment.
Echoes back a message you send, useful for testing. Parameter: message (string).