{
"mcpServers": {
"bytes-atelier": {
"name": "Bytes' Atelier",
"description": "Bytes' Atelier engineers bespoke digital foundations, intelligent workflow automations, and custom internal infrastructure for businesses that have outgrown fragmented tools. This MCP server exposes service information, pricing, and inquiry submission for AI agents.",
"url": "https://bytesatelier.live/mcp",
"version": "1.0.0",
"capabilities": {
"tools": [
{
"name": "list_services",
"description": "List all Bytes' Atelier service offerings with descriptions, deliverables, and price ranges.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
},
{
"name": "get_service_details",
"description": "Get detailed information about a specific service including deliverables, timeline, and next steps.",
"inputSchema": {
"type": "object",
"properties": {
"service_name": {
"type": "string",
"enum": [
"Bespoke Internal Systems",
"Intelligent Workflow Automations",
"Digital Foundations & Wireframes",
"Operational Modernization Advisory"
]
}
},
"required": ["service_name"],
"additionalProperties": false
}
},
{
"name": "get_company_info",
"description": "Get Bytes' Atelier company information including founder background, positioning, operating principles, and contact details.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
},
{
"name": "submit_inquiry",
"description": "Submit a service inquiry on behalf of a user. Requires name, email, and message.",
"inputSchema": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Inquirer's name"
},
"email": {
"type": "string",
"format": "email",
"description": "Inquirer's email"
},
"business": {
"type": "string",
"description": "Business name (optional)"
},
"message": {
"type": "string",
"description": "What problem are they trying to solve?"
},
"service": {
"type": "string",
"enum": [
"Bespoke Internal Systems",
"Intelligent Workflow Automations",
"Digital Foundations & Wireframes",
"Operational Modernization Advisory",
"General Inquiry"
]
}
},
"required": ["name", "email", "message"],
"additionalProperties": false
}
}
],
"resources": [
{
"uri": "https://bytesatelier.live/llms.txt",
"mimeType": "text/plain",
"name": "Site Summary",
"description": "Plain-text summary of Bytes' Atelier for LLMs"
},
{
"uri": "https://bytesatelier.live/schema.json",
"mimeType": "application/json",
"name": "Structured Data",
"description": "JSON-LD structured data for discovery"
},
{
"uri": "https://bytesatelier.live/openapi.json",
"mimeType": "application/json",
"name": "API Spec",
"description": "OpenAPI specification for the site"
}
]
}
}
}
}