Skip to main content
Glama

Bruno MCP Server

by jcr82
Create User.bru•589 B
meta { name: Create User type: http seq: 3 } post { url: {{baseUrl}}/users body: json auth: none } headers { Content-Type: application/json Accept: application/json } body:json { { "name": "Test User", "email": "test@example.com", "username": "testuser" } } tests { test("Status should be 201", function() { expect(res.status).to.equal(201); }); test("Response should have an ID", function() { expect(res.body.id).to.be.a('number'); }); test("Name should match", function() { expect(res.body.name).to.equal("Test User"); }); }

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/jcr82/bruno-mcp-server'

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