Skip to main content
Glama

get_access_key

Retrieve access keys from environment variables to enable secure authentication and integration with the Bybit MCP Server for cryptocurrency trading and account management.

Instructions

Get access key from environment variables

Input Schema

NameRequiredDescriptionDefault

No arguments

Input Schema (JSON Schema)

{ "properties": {}, "type": "object" }

Implementation Reference

  • The handler function for the 'get_access_key' tool. It returns the value of the ACCESS_KEY environment variable wrapped in the MCP response format.
    case 'get_access_key': return { content: [ { type: 'text', text: process.env.ACCESS_KEY || '', }, ], };
  • src/index.ts:55-62 (registration)
    Registration of the 'get_access_key' tool in the ListToolsRequestSchema response, including its name, description, and input schema (no required parameters).
    { name: 'get_access_key', description: 'Get access key from environment variables', inputSchema: { type: 'object', properties: {}, }, },
  • Input schema for the 'get_access_key' tool, which is an 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