General Tools
captiatechnology.com
Provides access to Captia's industrial knowledge base, including company profile, glossary terms, searchable editorial resources, and protocol comparison tools.
ENDPOINT 1
https://www.captiatechnology.com/api/mcp
MCP server metadata
- Name
- captia-knowledge
- Version
- 1.0.0
Captia Technology knowledge base: industrial glossary, published resources, industrial protocols ingested by Captia Connect, company profile, and an OEE calculator. Read-only and public. Every URL returned is canonical and safe to cite.
Known tools 6
get_company_profileIdentity of Captia Technology: legal entity, tax id, offices, contact, the five business units and declared areas of knowledge.
Inferred read-onlyget_glossary_termDefinition of an industrial term from the Captia glossary (42 entries: protocols, OT/IT concepts, industrial AI, energy).
Inferred read-onlysearch_knowledgeFull-text search across published editorial resources: guides, comparisons and technical articles on industrial data, OT/IT integration, industrial AI and energy.
Inferred read-onlylist_protocolsThe industrial protocols Captia Connect ingests from, with family and summary.
Inferred read-onlycompare_protocolsCompare two or more industrial protocols side by side on family, summary, how Captia Connect ingests them, and target keywords.
Inferred read-onlycalculate_oeeCompute Overall Equipment Effectiveness from shift data: availability, performance, quality and OEE.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.captia-knowledge]
url = "https://www.captiatechnology.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"captia-knowledge": {
"type": "http",
"url": "https://www.captiatechnology.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: captia-knowledge
Remote MCP URL: https://www.captiatechnology.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"captia-knowledge": {
"url": "https://www.captiatechnology.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"captia-knowledge": {
"type": "http",
"url": "https://www.captiatechnology.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "captia-knowledge",
"transport": "streamable-http",
"url": "https://www.captiatechnology.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.