Ravex-mcp-server
Ravex-mcp-server
Ravex-mcp-server stellt validierte Partner-API-Tools für MCP-kompatible KI-Agenten bereit.
Konfiguration
RAVEX_API_KEY=rk_test_...
RAVEX_API_BASE_URL=https://sandbox.api.ravexapp.com/api/partner/v1
PORT=8787Für entfernte HTTP-Clients senden Sie das Ravex-Bearer-Token im Authorization-Header der MCP-Anfrage. Der Server platziert das Token niemals in Tool-Beschreibungen oder im Modellkontext.
Related MCP server: nice
Ausführen
npm install
npm run build
RAVEX_API_KEY=rk_test_... npm startDer Streamable-HTTP-Endpunkt ist /mcp. Für lokale Clients, die stdio unterstützen:
RAVEX_API_KEY=rk_test_... node dist/server.js --stdioMCP-Client-Konfiguration
Nachdem Sie diesen Dienst hinter HTTPS bereitgestellt haben, konfigurieren Sie einen MCP-Client mit der bereitgestellten URL:
{
"mcpServers": {
"ravex": {
"url": "https://<your-mcp-host>/mcp",
"headers": {
"Authorization": "Bearer rk_test_..."
}
}
}
}Committen Sie diese Konfiguration nicht mit einem echten Schlüssel. Für Multi-User-Hosting lassen Sie das serverseitige RAVEX_API_KEY weg und verlangen Sie, dass jeder Client sein eigenes Bearer-Token sendet. Der Dienst leitet dieses Token ausschließlich an die Ravex-Partner-API weiter.
Schreib-Tools erfordern einen eindeutigen idempotency_key. Hosts sollten vor deren Aufruf eine Benutzerbestätigung verlangen. Eine erfolgreiche Anfrage kann weiterhin den Status processing haben; Agenten müssen dies über Ravex-Webhooks oder eine Statusabfrage in der Host-Anwendung abgleichen.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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
- AlicenseNot gradedqualityCmaintenanceStateless HTTP MCP service that exposes the Pax8 Partner API as tools for AI assistants to query companies, subscriptions, invoices, orders, products, and usage data.Apache 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
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/Core-Edge-Legacy/Ravex-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server