@gravv/mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GRAVV_API_KEY | No | Sandbox or live key; selects the environment. Omit for docs-only mode. Get an API key from your Gravv dashboard. | |
| GRAVV_BASE_URL | No | Override the API host. | https://api.gravv.xyz |
| GRAVV_TOOLSETS | No | Comma-separated list of toolsets to load. Same as --toolsets. Defaults to all except account-applications. | |
| GRAVV_RATE_PER_MINUTE | No | Client-side request throttle. Lower if you hit rate limits. | 60 |
| GRAVV_ALLOW_LIVE_WRITES | No | Set 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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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