Skip to main content
Glama

Bruno MCP Server

by jcr82
1-Get All Posts.bru•583 B
meta { name: Get All Posts type: http seq: 1 } get { url: {{baseUrl}}/posts body: none auth: none } headers { Accept: application/json } tests { test("Status should be 200", function() { expect(res.status).to.equal(200); }); test("Response should be JSON", function() { expect(res.headers['content-type']).to.include('application/json'); }); test("Response should be an array", function() { expect(res.body).to.be.an('array'); }); test("Response should have posts", function() { expect(res.body.length).to.be.greaterThan(0); }); }

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