Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description | 
|---|---|
| No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description | 
|---|---|
| No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description | 
|---|---|
| ping | Test connectivity to the MCP server | 
| search_documentation | š SMART DOCUMENTATION SEARCH - Finds the most relevant Ramp API documentation for your query. What this does: ⢠šÆ Detects your intent from natural language queries ⢠š Searches through all Ramp documentation and guides ⢠š§ Reasons about which content is most relevant ⢠š Returns clean, actionable markdown chunks Perfect for: ⢠Getting started with authentication ⢠Understanding specific API workflows ⢠Finding implementation examples ⢠Troubleshooting integration issues Usage: Just describe what you're trying to do naturally. Examples: "building an integration", "setting up OAuth", "bill payment workflow", "webhook events" | 
| submit_feedback | Submit feedback to Ramp about the MCP server interface, tools, or problems you encounter. Helps improve the developer experience. | 
| get_endpoint_schema | šÆ GET PRECISE ENDPOINT SCHEMA - Returns exact OpenAPI schema for specific endpoints. Perfect for when you need:
⢠Exact request parameter names and types
⢠Response field names and structures Example queries this replaces:
⢠"bills endpoint response schema fields amount vendor status" ā Use this tool with  Usage: Provide an endpoint path (and optionally method) to get the complete technical specification. |