Skip to main content
Glama

Bruno MCP Server

by macarthy
example.md•962 B
# JSONPlaceholder Example This example demonstrates using the Bruno MCP server to create a collection for testing the JSONPlaceholder API. ## MCP Tool Usage Examples ### Create Collection ```json { "name": "jsonplaceholder-tests", "description": "API tests for JSONPlaceholder fake REST API", "baseUrl": "https://jsonplaceholder.typicode.com", "outputPath": "./examples/jsonplaceholder" } ``` ### Create Environment ```json { "collectionPath": "./examples/jsonplaceholder/jsonplaceholder-tests", "name": "production", "variables": { "baseUrl": "https://jsonplaceholder.typicode.com", "timeout": 5000, "userId": 1 } } ``` ### Create CRUD Requests ```json { "collectionPath": "./examples/jsonplaceholder/jsonplaceholder-tests", "entityName": "Posts", "baseUrl": "https://jsonplaceholder.typicode.com", "folder": "posts" } ``` This will generate: - Get All Posts - Get Post by ID - Create Post - Update Post - Delete Post

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/macarthy/bruno-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server