Skip to main content
Glama
GravityFinance

@gravv/mcp

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GRAVV_API_KEYNoSandbox or live key; selects the environment. Omit for docs-only mode. Get an API key from your Gravv dashboard.
GRAVV_BASE_URLNoOverride the API host.https://api.gravv.xyz
GRAVV_TOOLSETSNoComma-separated list of toolsets to load. Same as --toolsets. Defaults to all except account-applications.
GRAVV_RATE_PER_MINUTENoClient-side request throttle. Lower if you hit rate limits.60
GRAVV_ALLOW_LIVE_WRITESNoSet to 'true' to permit money movement on a live key. When unset or false, money-moving tools on live keys are refused.false

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchGravvDocsA

Search the Gravv documentation — integration guides, recipes, and API reference (177 pages). Use this BEFORE implementing any Gravv integration, and whenever a call fails in a way the error does not fully explain. The guides carry the ordering, prerequisites, and corridor rules that the API tool schemas do not. Returns ranked pages with excerpts; follow up with getGravvDocPage for full text.

getGravvDocPageA

Fetch the full text of one Gravv documentation page by slug, as returned by searchGravvDocs. Use when an excerpt is not enough — for worked examples, complete request/response bodies, or a full flow diagram.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/GravityFinance/gravv-mcp'

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