This is an MCP server that exposes the Fastweigh GraphQL API to AI clients (Claude, ChatGPT, Gemini, Cursor, and anything else that speaks the Model Context Protocol).
fastweigh:read, optionally fastweigh:readwrite).search_schema(code) โ explores the Fastweigh schema. No network.execute(code) โ runs read-only GraphQL queries against your tenant.execute_mutation(code) โ runs writes. Only registered when you granted read/write; annotated as destructive so clients can confirm.Contact your Fastweigh administrator to issue a per-tenant API key. Pick read-only if you only need the AI to read.
{
"mcpServers": {
"fastweigh": {
"url": "https://mcp.fastweigh.com/mcp"
}
}
}