Skip to main content
Glama

ryft.health

Check the Ryft MCP server's operational status and configuration state while maintaining security by not exposing sensitive information.

Instructions

Show the Ryft MCP server configuration state without revealing secrets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The 'ryft.health' tool is implemented directly within the server registration block in src/mcp/server.ts, providing the server configuration state.
    server.tool(
      'ryft.health',
      'Show the Ryft MCP server configuration state without revealing secrets.',
      {},
      async () =>
        formatResult({
          ok: true,
          toolFamilies: [
            'customers',
            'paymentSessions',
            'subscriptions',
            'files',
            'accounts',
            'accountLinks',
            'paymentMethods',
            'webhooks',
            'persons',
            'payoutMethods',
            'payouts',
            'transfers',
            'platformFees',
            'events',

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/bkawk/ryft-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server