Skip to main content
Glama
Core-Edge-Legacy

Ravex-mcp-server

Ravex-mcp-server

Ravex-mcp-server は、検証済みの Partner API ツールを MCP 互換の AI エージェントに公開します。

設定

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

リモートの HTTP クライアントの場合は、MCP リクエストの Authorization ヘッダーに Ravex ベアラートークンを送信します。サーバーはトークンをツールの説明やモデルコンテキストに含めることはありません。

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 を省略し、各クライアントが独自のベアラートークンを送信することを要求します。サービスはそのトークンを Ravex Partner API にのみ転送します。

書き込みツールには一意の idempotency_key が必要です。ホストは、それらを呼び出す前にユーザーの確認を要求する必要があります。リクエストが成功してもステータスが processing のままの場合があります。エージェントは、Ravex のウェブフックまたはホストアプリケーションでのステータス照会を通じて調整する必要があります。

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