MCP Server
MCP
Inlay
Make any website discoverable by AI agents via MCP, llms.txt, and structured data.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://inlay.dev/api/mcp/{site_key}",
"variables": {
"site_key": {
"description": "Your Inlay site key (found at inlay.dev/dashboard)",
"isRequired": true
}
}
},
{
"type": "sse",
"url": "https://inlay.dev/api/mcp/{site_key}",
"variables": {
"site_key": {
"description": "Your Inlay site key (found at inlay.dev/dashboard)",
"isRequired": true
}
}
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
sse
By
Comments
Sign in to leave a comment