Skip to main content
Glama
Shylendra

apikey-mcp-server

by Shylendra

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoBind address (auto-switches to 0.0.0.0 when K_SERVICE set — Cloud Run)127.0.0.1
PORTNoHTTP server port3000
API_KEYNoAPI key for HTTP auth. Always falls back to this default if unset.mcp-api-key-default
NODE_ENVNoEnvironment namedevelopment
MCP_LOG_BODY_LIMITNoMax chars of request/response body to log4000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_customersA

Search the customer directory by name, email, or customer ID. Returns matching customer profiles with tier, lifetime value, and order counts.

get_orderA

Fetch full order details by order ID, including line items, pricing, status, and tracking information.

list_productsA

Browse the product catalog with optional category and text filters.

calculate_shippingB

Estimate shipping cost for a product based on weight and destination zone.

generate_reportB

Generate a summary report with key business metrics: customer stats, order volumes, revenue, and product inventory.

validate_addressA

Validate and standardize a postal address. Returns a normalized version with a verification confidence score and any corrections.

pingA

Lightweight connectivity and health check. Returns server status, uptime, and version information.

Prompts

Interactive templates invoked by user choice

NameDescription
summarize_customerProduces a prompt asking the model to generate a customer summary for support staff.
draft_order_emailAsks the model to draft a customer-facing email about an order's status.
product_recommendationAsks the model to generate personalized product recommendations for a customer.
data_insightsAsks the model to analyze business metrics and generate actionable insights.

Resources

Contextual data attached and managed by the client

NameDescription
app-configServer configuration, feature flags, and protocol details.
catalogFull product catalog as JSON. All 30 products with pricing, stock levels, and ratings.
api-docsMarkdown documentation listing all tools, resources, and prompts available on this server.
Alice ChenAlice Chen (platinum tier, 47 orders)
Bob MartinezBob Martinez (gold tier, 23 orders)
Carol WilliamsCarol Williams (silver tier, 12 orders)
Dave JohnsonDave Johnson (platinum tier, 55 orders)
Eva PatelEva Patel (bronze tier, 3 orders)
Frank OkaforFrank Okafor (gold tier, 31 orders)
Grace LiuGrace Liu (silver tier, 9 orders)
Hector RuizHector Ruiz (gold tier, 28 orders)
Iris NakamuraIris Nakamura (platinum tier, 63 orders)
James BrownJames Brown (bronze tier, 5 orders)
Karen SinghKaren Singh (silver tier, 15 orders)
Leo ThompsonLeo Thompson (gold tier, 34 orders)
Maria GarciaMaria Garcia (platinum tier, 72 orders)
Noah KimNoah Kim (bronze tier, 2 orders)
Olivia DavisOlivia Davis (silver tier, 11 orders)
Priya SharmaPriya Sharma (gold tier, 27 orders)
Quentin FosterQuentin Foster (bronze tier, 4 orders)
Rachel NguyenRachel Nguyen (silver tier, 14 orders)
Samir HassanSamir Hassan (gold tier, 30 orders)
Tina MuellerTina Mueller (platinum tier, 51 orders)
Umar BashirUmar Bashir (bronze tier, 1 orders)
Victoria SotoVictoria Soto (gold tier, 26 orders)
Wei ZhangWei Zhang (silver tier, 10 orders)
Xena ClarkeXena Clarke (platinum tier, 44 orders)
Yusuf OseiYusuf Osei (gold tier, 29 orders)
Order ORD-1001ORD-1001 — C001 — delivered — $402.89
Order ORD-1002ORD-1002 — C003 — shipped — $87.63
Order ORD-1003ORD-1003 — C004 — confirmed — $582.59
Order ORD-1004ORD-1004 — C002 — pending — $127.31
Order ORD-1005ORD-1005 — C006 — delivered — $114.31
Order ORD-1006ORD-1006 — C001 — delivered — $107.42
Order ORD-1007ORD-1007 — C008 — shipped — $239.55
Order ORD-1008ORD-1008 — C009 — confirmed — $351.68
Order ORD-1009ORD-1009 — C005 — cancelled — $138.66
Order ORD-1010ORD-1010 — C013 — delivered — $925.61
Order ORD-1011ORD-1011 — C012 — shipped — $169.33
Order ORD-1012ORD-1012 — C016 — pending — $63.86
Order ORD-1013ORD-1013 — C020 — delivered — $326.67
Order ORD-1014ORD-1014 — C019 — confirmed — $228.67
Order ORD-1015ORD-1015 — C022 — shipped — $217.79
Order ORD-1016ORD-1016 — C024 — delivered — $1088.98
Order ORD-1017ORD-1017 — C011 — pending — $71.31
Order ORD-1018ORD-1018 — C025 — confirmed — $468.24
Order ORD-1019ORD-1019 — C007 — shipped — $69.32
Order ORD-1020ORD-1020 — C015 — cancelled — $22.49
Order ORD-1021ORD-1021 — C004 — delivered — $460.56
Order ORD-1022ORD-1022 — C013 — shipped — $402.89
Order ORD-1023ORD-1023 — C002 — confirmed — $207.39
Order ORD-1024ORD-1024 — C010 — pending — $33.2
Order ORD-1025ORD-1025 — C018 — delivered — $201.42
Order ORD-1026ORD-1026 — C009 — confirmed — $408.29
Order ORD-1027ORD-1027 — C017 — shipped — $250.45
Order ORD-1028ORD-1028 — C014 — pending — $38.82
Order ORD-1029ORD-1029 — C021 — confirmed — $38.65
Order ORD-1030ORD-1030 — C023 — delivered — $103.99

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/Shylendra/apikey-mcp-server'

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