We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alphago2580/naramarketmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
name: naramarket-mcp
version: 0.1.0
description: "Nara Market (G2B) FastMCP 2.0 server with OpenAPI integration for Korean government procurement data"
# Smithery.ai deployment configuration
runtime: "container"
build:
dockerfile: "Dockerfile"
dockerBuildPath: "."
startCommand:
type: "http"
configSchema:
type: "object"
properties:
naramarketServiceKey:
type: "string"
title: "Nara Market Service Key"
description: "Korean government procurement API service key"
apiEnvironment:
type: "string"
title: "API Environment"
description: "API environment (production/development)"
default: "production"
enum: ["production", "development"]
required: ["naramarketServiceKey"]
exampleConfig:
naramarketServiceKey: "SECURE_API_KEY_REQUIRED"
apiEnvironment: "production"
security:
# Security notice: Replace SECURE_API_KEY_REQUIRED with your actual API key
# Never commit real API keys to version control
# Use environment variables or secure configuration management
apiKeyRequired: true
encryptionRequired: false
httpsOnly: true
# Tags and metadata
tags:
- mcp
- nara-market
- g2b
- korean-government
- procurement
- openapi
- fastmcp
- security-hardened
authors:
- name: "NaraMarket MCP Team"
email: "ss929698@gmail.com"
license: "Apache-2.0"