Skip to main content
Glama
Core-Edge-Legacy

Ravex-mcp-server

Ravex-mcp-server

Ravex-mcp-server 向兼容 MCP 的 AI 代理公开经过验证的 Partner API 工具。

配置

RAVEX_API_KEY=rk_test_...
RAVEX_API_BASE_URL=https://sandbox.api.ravexapp.com/api/partner/v1
PORT=8787

对于远程 HTTP 客户端,请在 MCP 请求的 Authorization 标头中发送 Ravex bearer 令牌。服务器绝不会将令牌放入工具描述或模型上下文中。

Related MCP server: nice

运行

npm install
npm run build
RAVEX_API_KEY=rk_test_... npm start

Streamable HTTP 端点为 /mcp。对于支持 stdio 的本地客户端:

RAVEX_API_KEY=rk_test_... node dist/server.js --stdio

MCP 客户端配置

在 HTTPS 后面部署此服务后,使用部署的 URL 配置 MCP 客户端:

{
  "mcpServers": {
    "ravex": {
      "url": "https://<your-mcp-host>/mcp",
      "headers": {
        "Authorization": "Bearer rk_test_..."
      }
    }
  }
}

请勿使用真实密钥提交此配置。对于多用户托管,请省略服务器端的 RAVEX_API_KEY,并要求每个客户端发送自己的 bearer 令牌。该服务仅将该令牌转发给 Ravex Partner API。

写入工具需要唯一的 idempotency_key。主机应要求用户先确认再调用它们。成功的请求可能仍处于 processing 状态;代理必须通过 Ravex webhooks 或主机应用程序中的状态查询进行对账。

Maintenance

ActivityMaintained
ResponsivenessSyncing

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides a secure MCP gateway for AI agents to access APIs without exposing raw credentials, with scoped access, audit logging, and OAuth support.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Stateless 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
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server enabling AI agents to interact with the Kobra API through authenticated HTTP requests, including partner, bearer, and session auth.
    MIT

Latest Blog Posts

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