Ravex-mcp-server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ravex-mcp-servercreate a payment of $100 to merchant_123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Ravex-mcp-server
Ravex-mcp-server exposes validated Partner API tools to MCP-compatible AI agents.
Configuration
RAVEX_API_KEY=rk_test_...
RAVEX_API_BASE_URL=https://sandbox.api.ravexapp.com/api/partner/v1
PORT=8787For remote HTTP clients, send the Ravex bearer token in the MCP request's Authorization header. The server never puts the token in tool descriptions or model context.
Related MCP server: nice
Run
npm install
npm run build
RAVEX_API_KEY=rk_test_... npm startThe Streamable HTTP endpoint is /mcp. For local clients that support stdio:
RAVEX_API_KEY=rk_test_... node dist/server.js --stdioMCP client configuration
After deploying this service behind HTTPS, configure an MCP client with the deployed URL:
{
"mcpServers": {
"ravex": {
"url": "https://<your-mcp-host>/mcp",
"headers": {
"Authorization": "Bearer rk_test_..."
}
}
}
}Do not commit this configuration with a real key. For multi-user hosting, omit the server-side RAVEX_API_KEY and require each client to send its own bearer token. The service forwards that token only to the Ravex Partner API.
Write tools require a unique idempotency_key. Hosts should require user confirmation before invoking them. A successful request may still be processing; agents must reconcile through Ravex webhooks or a status lookup in the host application.
This server cannot be deployed
Maintenance
Related MCP Connectors
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to discover and execute tools via a secure MCP server with JWT authentication, RBAC, rate limiting, and audit logging.1MIT
- AlicenseNot gradedqualityBmaintenanceProvides a secure MCP gateway for AI agents to access APIs without exposing raw credentials, with scoped access, audit logging, and OAuth support.MIT
- AlicenseAqualityCmaintenanceStateless HTTP MCP service that exposes the Pax8 Partner API as tools for AI assistants to query companies, subscriptions, invoices, orders, products, and usage data.9Apache 2.0

kobra-api-mcpofficial
AlicenseNot gradedqualityCmaintenanceMCP server enabling AI agents to interact with the Kobra API through authenticated HTTP requests, including partner, bearer, and session auth.MIT