Dashform AI Form Blog

The .well-known/mcp.json Standard: Making Your Website Programmable for AI Agents (2026)

.well-known/mcp.json architecture
ArticleTutorial
.well-known/mcp.json architecture diagram

If your website has a robots.txt file, you already understand the concept: a standardized file that tells automated systems how to interact with your site. Now imagine the same idea, but for AI agents -- autonomous assistants that don't just crawl your content but actually do business with you.

That's exactly what .well-known/mcp.json does. It's the emerging standard that tells AI agents like Claude, ChatGPT, and Gemini: "Here's how to interact with this business programmatically." And if your website doesn't have one, you're invisible to the fastest-growing customer acquisition channel of 2026.

What Is .well-known/mcp.json?

The .well-known directory is a standardized location on any website (defined by RFC 8615) where services publish discovery metadata. You've probably seen it before:

  • "/.well-known/security.txt" -- security contact info
  • "/.well-known/apple-app-site-association" -- iOS deep linking
  • "/.well-known/openid-configuration" -- OAuth discovery

mcp.json follows the same pattern. It's a JSON file hosted at yourdomain.com/.well-known/mcp.json that declares your website's MCP (Model Context Protocol) server endpoint. When an AI agent visits your domain, the first thing it checks is this file.

The Anatomy of mcp.json

A typical .well-known/mcp.json file contains:

FieldPurposeExample
endpointURL of the MCP serverhttps://yourdomain.com/api/mcp
transportConnection protocolstreamable-http
nameHuman-readable server nameYour Business MCP
descriptionWhat the server doesBook appointments, browse services...
toolsList of available agent toolssearch_services, check_fit, book_appointment
Website with vs without mcp.json

Why .well-known/mcp.json Matters for Your Business

Think of it this way: robots.txt tells search engines what to crawl. mcp.json tells AI agents what to do. And the shift from crawling to doing is the defining technology transition of 2026.

Dimensionrobots.txt (SEO Era)mcp.json (Agent Era)
AudienceSearch engine crawlers (Googlebot)AI agents (Claude, ChatGPT, Gemini)
PurposeControl content indexingEnable programmatic interaction
OutcomeAppear in search resultsGet discovered, evaluated, and booked by AI
Data FormatPlain text directivesStructured JSON with tool definitions
Business ImpactOrganic trafficAutonomous lead generation and booking

The numbers tell the story:

  • 47% of consumers now use AI assistants to research and book services
  • 84% of search queries will include AI-generated responses when fully deployed
  • 90% of business websites are currently invisible to AI agents
  • The agentic AI market is projected to reach $199 billion by 2034

If an AI agent can't find your mcp.json, it doesn't know you exist as an interactive business. It might read your website, but it can't book, qualify, or transact.

How AI Agents Use .well-known/mcp.json

When an AI agent encounters a business website, it follows a systematic discovery process:

  • Step 1: Agent checks yourdomain.com/.well-known/mcp.json
  • Step 2: If found, reads the endpoint URL and available tools
  • Step 3: Connects to the MCP endpoint using the specified transport
  • Step 4: Calls discovery tools (list categories, search services)
  • Step 5: Evaluates business fit for the user's request
  • Step 6: Takes action (qualifies lead, books appointment, submits inquiry)

This entire flow happens in under 5 seconds. The user never visits your website. The AI agent does everything autonomously.

6-layer discovery architecture

The 6-Layer Discovery System: Beyond Just mcp.json

While .well-known/mcp.json is the primary discovery mechanism, modern agent-ready websites implement multiple layers to ensure AI agents find them regardless of how they encounter the business. Dashform's Agent Funnel implements all six automatically:

LayerMechanismWhere It LivesWhat It Does
1. .well-known/mcp.jsonStandard MCP discoveryRoot domainPrimary entry point for all MCP clients
2. HTML Meta TagsPage-level metadataForm pagesAgents scanning HTML find MCP endpoint
3. JSON-LDSchema.org structured dataAll pagesSearch engines and agents parse business data
4. Embed InjectionAuto-injected discoveryThird-party sitesAny page with embedded form becomes discoverable
5. llms.txtLLM-specific documentationRoot domainLarge language models read capabilities
6. Marketplace ToolsProgrammatic browsingMCP endpointAgents browse all businesses by category

Layer 4 is particularly powerful: when you embed a Dashform form on your website, the embed script automatically injects MCP discovery metadata into your page's HTML. Your website becomes agent-discoverable without any manual configuration.

MCP Tools: What AI Agents Can Do Through Your Endpoint

A well-configured MCP endpoint exposes tools that AI agents can call programmatically:

Developer workstation with MCP configuration

Discovery Tools (Public)

ToolWhat It DoesExample Use
list_categoriesShows all service categoriesAgent browsing wellness services
search_merchantsFinds businesses by keyword, category, location"Find spas in Manhattan"
search_servicesSearches services with price filtering"Deep tissue massage under $200"

Business Tools (Per-Merchant)

ToolWhat It DoesExample Use
get_business_infoReturns full business profileAgent evaluating your spa
get_servicesLists all services with pricingAgent comparing service options
check_fitAI-powered lead qualification (0-100 score)Agent pre-screening a client
book_appointmentSubmits a qualified bookingAgent completing the transaction

The check_fit tool is the game-changer. Instead of dumping unqualified leads into your inbox, AI agents first evaluate whether a potential client is a good match based on budget, location, service needs, and timing. Only leads scoring above your threshold get through.

Who Needs .well-known/mcp.json?

Business TypeWhy You Need ItWhat Agents Do For You
Service Businesses (spas, salons, clinics)Clients increasingly book through AI assistantsDiscover, qualify, and book appointments
Real Estate AgentsBuyers use AI to search properties and agentsMatch buyers to agents by specialization and area
SaaS CompaniesProcurement agents evaluate tools programmaticallyCompare features, pricing, and submit demo requests
E-commerce BrandsShopping agents recommend products autonomouslyBrowse catalogs, match preferences, recommend products
Coaches & ConsultantsAI assistants find specialists for clientsEvaluate expertise, check availability, book discovery calls
Marketing AgenciesNeed to make all client sites agent-readyEnable AI discovery across entire client portfolio

How to Set Up .well-known/mcp.json (The Easy Way)

You have two paths:

Option A: Manual Setup (Developers)

Build your own MCP server, define tools, host the endpoint, and create the .well-known/mcp.json file manually. This requires Node.js or Python development, understanding of the MCP specification, and ongoing maintenance.

Option B: Dashform Agent Funnel (5 Minutes, No Code)

Dashform handles everything automatically:

  • Create a funnel and add your services
  • Enable Agent Funnel with one toggle
  • Import your business profile from your website URL (auto-extracted)
  • Publish -- all 6 discovery layers activate automatically

No code, no API keys, no MCP specification to read. Your business gets a fully functional MCP endpoint with discovery, qualification, and booking tools. Included in all Dashform plans (including free).

The Future: MCP as the Universal Business Protocol

MCP was introduced by Anthropic and is now supported by GitHub, Microsoft, Google, OpenAI, Cursor, VS Code, and Replit. It's rapidly becoming the universal standard for AI-to-service communication.

What's coming in 2026-2027:

  • Shopping agents: Shopify is building toward autonomous AI shoppers that browse and buy via MCP
  • Procurement automation: Enterprise AI agents will evaluate SaaS vendors through MCP endpoints
  • Voice-first booking: "Hey Claude, book me a massage this Saturday" will flow through MCP
  • Multi-agent workflows: Agents will chain MCP calls across multiple businesses to plan complete experiences

Businesses that establish their .well-known/mcp.json now will have a compounding advantage as the agent economy grows.

Storefronts with MCP beacons attracting AI agents

Frequently Asked Questions

Is .well-known/mcp.json an official standard?

MCP is an open protocol created by Anthropic and adopted by major tech companies. The .well-known discovery pattern follows RFC 8615, the IETF standard for well-known URIs. While MCP itself is still evolving, it has massive industry backing.

Will this affect my SEO?

No negative impact. mcp.json is a separate file that doesn't interfere with robots.txt, sitemaps, or any existing SEO setup. In fact, the JSON-LD structured data in Layer 3 can improve your SEO rankings.

How do I check if my site has mcp.json?

Visit yourdomain.com/.well-known/mcp.json in your browser. If you see a JSON response, you have it. If you get a 404, you don't. Or run a free AX Audit which checks this automatically along with 5 other discovery layers.

Can I have mcp.json alongside robots.txt?

Absolutely. They serve different purposes and don't conflict. robots.txt controls crawling, mcp.json enables agent interaction. Most agent-ready websites have both.

Do I need a developer to set this up?

Not with Dashform. Agent Funnel creates your MCP endpoint, discovery metadata, and all 6 discovery layers automatically. Zero code required.

Make Your Website Programmable for AI Agents

The web is transitioning from human-browsable to agent-programmable. .well-known/mcp.json is the front door to this new era. Start with a free AX Audit to check your current agent readiness, then activate Dashform Agent Funnel to go live in minutes.

Try it yourself

Build your form with AI

Ready to create your own form? Use our AI Form Generator to build professional forms in seconds. Just describe what you need, and let AI do the work.

Marcus Chen, AI Automation Strategist and Technical Writer

About the Author

Marcus Chen

AI Automation Strategist & Technical Writer

Marcus Chen is an AI automation strategist with 12+ years of experience in software engineering and developer tools. Former senior engineer at a leading fintech company, he now consults on AI agent architecture and writes about the intersection of artificial intelligence and business automation. He has implemented AI-powered workflows for over 50 organizations across SaaS, fintech, and enterprise sectors.

AI Agents & MCPDeveloper ToolsSaaS ArchitectureAutomation StrategyTechnical Writing