Skip to main content
Glama
.env.example•955 B
# BuyICT MCP Server Environment Variables # ServiceNow Session Credentials # These can be obtained from your browser after logging into BuyICT # Session ID (from JSESSIONID cookie) BUYICT_SESSION_ID= # User Token (from X-UserToken header in network requests) BUYICT_USER_TOKEN= # UX Token (from UX-Token header/cookie) BUYICT_UX_TOKEN= # Additional session cookies (optional but recommended for better session handling) BUYICT_GLIDE_USER_ROUTE= BUYICT_GLIDE_NODE_ID= BUYICT_VALK_SESSION_ID= # How to get these values: # 1. Open https://www.buyict.gov.au in your browser # 2. Log in if required # 3. Open Developer Tools (F12) # 4. Go to the Network tab # 5. Navigate to the Opportunities page # 6. Look for requests to /api/now/sp/page # 7. In the request headers, find: # - Cookie header: extract JSESSIONID, glide_user_route, glide_node_id_for_js, VALK_SESSION_ID # - X-UserToken header # - UX-Token header (may be in cookies or headers)

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/ConsentirDev/buyict.mcp'

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