Show JSON
{
"protocolVersion": "1.0",
"name": "DocuSeal",
"description": "DocuSeal knowledge base. Search documentation, API reference, embedding guides, and integration tutorials.",
"author": "DocuSeal LLC",
"wellKnownURI": "https://www.docuseal.com/.well-known/agent-card.json",
"url": "https://mcp.docuseal.com/",
"version": "1.0.0",
"provider": {
"organization": "DocuSeal LLC",
"url": "https://www.docuseal.com/"
},
"documentationUrl": "https://www.docuseal.com/docs",
"iconUrl": "https://www.docuseal.com/logo_square.svg",
"supportsAuthenticatedExtendedCard": false,
"security": [],
"securitySchemes": {},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extensions": null
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain"
],
"skills": [
{
"id": "search",
"name": "Search",
"description": "Semantic search across DocuSeal knowledge base. Returns titles, URLs, and short descriptions. Use this tool first to find relevant documentation, then use load_resource to read full page content. You can call multiple search tools in parallel for completely different topics.",
"tags": [
"search",
"knowledge-base",
"api-reference",
"e-signature",
"integration"
],
"examples": [
"How to embed a signing form in React?",
"How to send a document for signature via API?",
"What webhook events does DocuSeal support?"
],
"inputModes": [],
"outputModes": []
},
{
"id": "load_resource",
"name": "Load Resource",
"description": "Load the full content of a documentation page by its URL. Use URLs from search results to read complete documentation.",
"tags": [
"documentation",
"content-loader",
"reference",
"guide"
],
"examples": [
"Load the API reference for templates",
"Show the guide for sending documents for signature via API",
"Load the CSS customization guide for signing forms"
],
"inputModes": [],
"outputModes": []
}
],
"conformance": true,
"conformance_errors": null,
"homepage": null,
"repository": null,
"license": null,
"pricing": null,
"contact": null,
"id": "dfa80351-cfe3-45a0-a1e7-532eb32c98ee"
}