Skip to main content
Glama

get_access_key

Retrieve API access credentials from environment variables to authenticate and connect with the Bybit cryptocurrency trading platform for executing trades and managing accounts.

Instructions

Get access key from environment variables

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler implementation for the 'get_access_key' MCP tool. Returns the ACCESS_KEY environment variable as text content.
    case 'get_access_key': return { content: [ { type: 'text', text: process.env.ACCESS_KEY || '', }, ], };
  • src/index.ts:56-62 (registration)
    Tool registration in the MCP server tools list, including name, description, and empty input schema.
    name: 'get_access_key', description: 'Get access key from environment variables', inputSchema: { type: 'object', properties: {}, }, },
  • Input schema definition for the 'get_access_key' tool (empty object, no parameters required).
    inputSchema: { type: 'object', properties: {}, },

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/kondisettyravi/mcp-bybit-node'

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