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