Model Context Protocol for fashion
Connect once, and any AI, from Claude to your own storefront, can understand every product (fabric quality scored 0 to 100), search it, and style from it. Grounded in your real catalogue, powered by Atelia's Fabric Value Intelligence.
Understand · Search · Style
// an agent asks Atelia what a fabric is worth call "fabric_value_intelligence" { composition: "100% cotton" }
How it works
Connect your product data once. Atelia enriches and scores it, then serves it to any assistant or agent through a single endpoint. Your catalogue stays yours; the intelligence travels to wherever your customers already are.
Products, compositions and images. Your data, unchanged.
Fabric Value Intelligence scores and enriches every piece, then exposes understand, search and style as callable tools.
Claude, ChatGPT, Cursor, your own storefront or agents. One endpoint, everywhere.
Inputs
Brands rarely hold a clean fibre breakdown for every product. Atelia meets your data where it lives: a composition, a product link, a photo or a set of catalogue tags all return the same grounded intelligence.
Pass any fibre string. "100% cotton" returns a fabric quality score with the full breakdown.
LiveGive a product link. Atelia reads the page, finds the composition and scores it.
LiveSend an image. Atelia's vision recognises the piece and its material, then scores it.
By agreementFilter by category, colour, fabric and occasion to get ranked, scored matches.
LiveCapabilities
Fabric Value Intelligence turns any fibre composition into a defensible 0 to 100 score, with a breathability, comfort, durability and care breakdown. The one thing no other catalogue can answer, now callable.
Search live, FVI‑ranked pieces across thousands of enriched products. Every result carries its real composition and score, never invented.
Shoppers and agents talk to your catalogue and get matched to the right fabric and fit, from Claude, ChatGPT, Cursor or your own storefront.
Tools
Each tool returns structured, grounded data the model can reason over and cite. Together they let any assistant understand a fabric, search your catalogue and style from it. Fabric value tools are open on every plan; catalogue and Studio tools are enabled per agreement.
{ "composition": "100% linen" }
{
"fvi_score": 77,
"breathability": "high",
"comfort": "high",
"durability": "high",
"care": "moderate",
"note": "breathes in heat,
softens with wear, lasts years"
}
{ "fibre": "merino wool" }{ "fvi_score": 84,
"feels": "soft, warm",
"performs": "wicks, resists odour",
"best_seasons": ["autumn","winter"] }{ "a": "linen",
"b": "rayon" }{ "winner": "linen",
"a_score": 77, "b_score": 58,
"why": "durability + breathability" }{ "category": "tops",
"gender": "men",
"color": "blue",
"fabric": "linen" }[ { "brand": "Everlane",
"composition": "100% linen",
"fvi_score": 80 }, ... 4 more ]{ "url": "https://.../shirt" }{ "composition": "55% linen,
45% cotton",
"fvi_score": 74 }Connect
Request access, we issue your token, then drop the endpoint into any MCP client. Same server, same tools, everywhere.
Claude Desktop. Add Atelia under connectors, or paste into claude_desktop_config.json.
{
"mcpServers": {
"atelia": {
"url": "https://mcp.atelia.ai/v1",
"headers": { "Authorization": "Bearer <your-token>" }
}
}
}
Claude API (the MCP connector).
client.beta.messages.create( model="claude-opus-4-8", mcp_servers=[{ "type": "url", "url": "https://mcp.atelia.ai/v1", "name": "atelia", "authorization_token": "<your-token>" }], tools=[{ "type": "mcp_toolset", "mcp_server_name": "atelia" }], betas=["mcp-client-2025-11-20"], messages=[...], )
ChatGPT. Settings → Connectors → Add MCP server, then paste the URL and your token.
# Name Atelia # MCP URL https://mcp.atelia.ai/v1 # Auth Bearer <your-token>
Cursor. Add Atelia to ~/.cursor/mcp.json.
{
"mcpServers": {
"atelia": {
"url": "https://mcp.atelia.ai/v1",
"headers": { "Authorization": "Bearer <your-token>" }
}
}
}
VS Code, Windsurf, or any MCP client / agent. Point it at the remote server; the shape is the same everywhere.
{
"servers": {
"atelia": {
"type": "http",
"url": "https://mcp.atelia.ai/v1",
"headers": { "Authorization": "Bearer <your-token>" }
}
}
}
Inside the chat
With MCP Apps, Atelia returns an interactive Fabric Value card right inside the assistant, not a wall of JSON.
Use cases
Give a store's own AI shopper real fabric intelligence, not marketing copy.
Score supplier fabrics and spec sheets before a buy, straight from an agent.
Any styling agent can lead with why a fabric will feel and last well.
Rank and badge listings by fabric value across an entire catalogue.
Access
Tell us the product and expected volume. We reply within a business day.
A scoped token with the tools your agreement includes, fabric value always on.
Drop the endpoint into Claude, ChatGPT, Cursor or your agents. Live in minutes.
Atelia MCP is an enterprise offering, provisioned per partner. Talk to us about tools, volume and terms, and we will set you up.
Contact the teamEvery partner gets a scoped bearer token over streamable HTTP. Revoke or rotate at any time.
Scores and pieces come from Atelia's enriched data and the FVI model, not the assistant's guesswork.
Per-token rate limits keep the service fast for everyone, with higher ceilings by agreement.
FAQ
No. Your data is used only to answer your own agents. We never train models on it, and we never share it with anyone else.
Fabric Value Intelligence is Atelia's own 0 to 100 model over fibre composition and construction, not the assistant's guesswork. The same input returns the same score every time, so results are consistent and defensible.
Any MCP client works. Drop the endpoint and your token into Claude, ChatGPT, Cursor, or your own storefront and agents. Same server, same tools, everywhere.
Yes. Tools return structured data in well under a second, and higher rate ceilings are available by agreement for high traffic surfaces.
Atelia MCP is provisioned per partner. Fabric value tools are open on every plan; catalogue and Studio tools are enabled by agreement. Tell us your product and volume and we will scope it with you.
Every partner gets a scoped bearer token. You choose which tools are on, and you can rotate or revoke it at any time.