Skip to main content
Glama
RhombusSystems

Rhombus MCP Server

Official
location-tool-api.ts322 B
import { postApi } from "../network.js"; import { RequestModifiers } from "../util.js"; export async function getLocations(requestModifiers?: RequestModifiers, sessionId?: string) { return await postApi<any>({ route: "/location/getLocationsV2", body: {}, modifiers: requestModifiers, sessionId, }); }

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/RhombusSystems/rhombus-node-mcp'

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