Cognethics
Multi-tenant business platform — 6,000+ RBAC-gated MCP tools across finance, ops, docs, agents.
What it says
The record the registry holds
Where it answers
https://{tenant}.cognethics.com/api/mcp/mcp · streamable-httphttps://{tenant}.cognethics.com/api/mcp/sse · sse
the record
Copied from the official MCP registry, exactly as it holds it.
{
"server": {
"$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"
]
}
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-05T21:48:49.096894Z",
"publishedAt": "2026-05-05T21:48:49.096894Z",
"updatedAt": "2026-05-05T21:48:49.096894Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you callversion 0.1.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
Where it lives
The publisher's own address
https://developers.cognethics.com
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.