Cognethics✓
com.cognethics/cognethics · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.cognethics/cognethics",
"description": "Multi-tenant business platform — 6,000+ RBAC-gated MCP tools across finance, ops, docs, agents.",
"title": "Cognethics",
"version": "0.1.0",
"websiteUrl": "https://developers.cognethics.com",
"remotes": [
{
"type": "streamable-http",
"url": "https://{tenant}.cognethics.com/api/mcp/mcp",
"headers": [
{
"description": "OAuth 2.1 bearer token. Most clients negotiate this automatically via Dynamic Client Registration; the well-known metadata at /.well-known/oauth-authorization-server drives discovery.",
"isSecret": true,
"name": "Authorization"
}
],
"variables": {
"tenant": {
"description": "Your Cognethics tenant subdomain (e.g. 'gtm'). Issued at account provisioning; contact noreply@cognethics.com for onboarding.",
"isRequired": true
}
}
},
{
"type": "sse",
"url": "https://{tenant}.cognethics.com/api/mcp/sse",
"headers": [
{
"description": "OAuth 2.1 bearer token. Negotiated via DCR for clients that support it.",
"isSecret": true,
"name": "Authorization"
}
],
"variables": {
"tenant": {
"description": "Your Cognethics tenant subdomain (e.g. 'gtm').",
"isRequired": true
}
}
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"com.cognethics": {
"auth": {
"dynamicClientRegistration": true,
"pkce": "S256",
"type": "oauth2.1",
"wellKnownIssuer": "https://{tenant}.cognethics.com/.well-known/oauth-authorization-server"
},
"categories": [
"business-platform",
"workplace-and-productivity",
"finance",
"document-intelligence",
"maintenance",
"agents"
],
"documentation": {
"auth": "https://developers.cognethics.com/auth/",
"homepage": "https://developers.cognethics.com",
"quickstart": "https://developers.cognethics.com/quickstart/mcp/",
"recipes": "https://developers.cognethics.com/recipes/",
"reference": "https://developers.cognethics.com/reference/",
"status": "https://developers.cognethics.com/status/"
},
"handlerCount": 6198,
"license": "Proprietary",
"logoUrl": "https://developers.cognethics.com/brand/cognethics-wordmark.png",
"logoUrlDark": "https://developers.cognethics.com/brand/cognethics-wordmark-navy.png",
"mcpProtocolVersions": [
"2024-11-05",
"2025-03-26"
],
"megaTools": [
"prism_entity_crud",
"prism_workflow_action",
"prism_report_query",
"prism_introspect",
"prism_whoami",
"call_tool",
"describe_tools",
"search_tools"
],
"pricing": "Free alpha tier; paid tiers TBA",
"supportEmail": "noreply@cognethics.com",
"tagline": "MCP-native business platform — finance, maintenance, documents, agents.",
"tags": [
"business-platform",
"multi-tenant",
"erp",
"oauth",
"oauth2",
"dcr",
"pkce",
"remote-mcp",
"streamable-http",
"sse",
"finance",
"accounts-payable",
"invoices",
"maintenance",
"work-orders",
"inventory",
"manuals",
"document-intelligence",
"rag",
"semantic-search",
"agents",
"agent-orchestration",
"rbac",
"saas"
]
}
},
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}