@coretext-ai/public-ramp-mcp-8d67877d-a2bc-43b4-856f-659a9ef7d230
v1.0.0
Published
MCP server with full ramp capabilities (54 endpoints)
Downloads
9
Readme
public-ramp-mcp
MCP server with full ramp capabilities (54 endpoints)
This MCP server was generated using the Template Orchestrator and includes the following integrations:
Available Tools
This MCP server provides 54 tools across 1 integrations:
Ramp Tools
- ramp_get_business: Get business information and settings
- ramp_list_users: List all users in the organization
- ramp_get_user: Get detailed information about a specific user
- ramp_create_user: Create a new user in the organization
- ramp_update_user: Update user information
- ramp_deactivate_user: Deactivate a user
- ramp_list_cards: List all cards (physical and virtual)
- ramp_get_card: Get detailed information about a specific card
- ramp_create_card: Create a new virtual card
- ramp_update_card: Update card information and settings
- ramp_suspend_card: Suspend a card temporarily
- ramp_unsuspend_card: Unsuspend a previously suspended card
- ramp_terminate_card: Permanently terminate a card
- ramp_list_transactions: List all transactions with optional filtering
- ramp_get_transaction: Get detailed information about a specific transaction
- ramp_list_receipts: List all receipts
- ramp_get_receipt: Get detailed information about a specific receipt
- ramp_upload_receipt: Upload a receipt for a transaction
- ramp_list_departments: List all departments in the organization
- ramp_get_department: Get detailed information about a specific department
- ramp_create_department: Create a new department
- ramp_update_department: Update department information
- ramp_delete_department: Delete a department
- ramp_list_spending_limits: List all spending limits and policies
- ramp_get_spending_limit: Get detailed information about a specific spending limit
- ramp_create_spending_limit: Create a new spending limit or policy
- ramp_update_spending_limit: Update a spending limit or policy
- ramp_delete_spending_limit: Delete a spending limit
- ramp_list_spend_programs: List all spend programs and policies
- ramp_get_spend_program: Get detailed information about a specific spend program
- ramp_create_spend_program: Create a new spend program
- ramp_update_spend_program: Update a spend program
- ramp_delete_spend_program: Delete a spend program
- ramp_list_reimbursements: List all reimbursement requests
- ramp_get_reimbursement: Get detailed information about a specific reimbursement
- ramp_create_reimbursement: Create a new reimbursement request
- ramp_update_reimbursement: Update a reimbursement request
- ramp_list_bill_payments: List all bill payments
- ramp_get_bill_payment: Get detailed information about a specific bill payment
- ramp_create_bill_payment: Create a new bill payment
- ramp_list_vendors: List all vendors
- ramp_get_vendor: Get detailed information about a specific vendor
- ramp_create_vendor: Create a new vendor
- ramp_update_vendor: Update vendor information
- ramp_list_transfers: List all transfers and payments
- ramp_get_transfer: Get detailed information about a specific transfer
- ramp_list_accounting_connections: List all accounting system connections
- ramp_get_accounting_connection: Get detailed information about a specific accounting connection
- ramp_sync_accounting_data: Trigger synchronization with accounting system
- ramp_list_locations: List all business locations
- ramp_get_location: Get detailed information about a specific location
- ramp_create_location: Create a new business location
- ramp_update_location: Update location information
- ramp_delete_location: Delete a business location
Installation
npm install @coretext-ai/public-ramp-mcp-8d67877d-a2bc-43b4-856f-659a9ef7d230Environment Setup
Create a .env file with the following variables:
RAMP_OAUTH_CREDENTIALS=your_ramp_oauth_credentials_hereUsage
Running the server
# Development mode
npm run dev
# Production mode
npm run build && npm startUsing with Claude Desktop
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"public-ramp-mcp": {
"command": "npx",
"args": ["@coretext-ai/public-ramp-mcp-8d67877d-a2bc-43b4-856f-659a9ef7d230"],
"env": {
"RAMP_OAUTH_CREDENTIALS": "your_ramp_oauth_credentials_here"
}
}
}
}Instructions for Fetching API Keys/Tokens
- COMING SOON
Generated Information
- Generated at: Thu Aug 07 2025 23:16:55 GMT+0000 (Coordinated Universal Time)
- Orchestrator version: 0.0.2
- Template repository: Coretext-AI-Dev/server-template-v2
- Total endpoints: 54
