MCP server intelligence profile

VeritasGraph MCP Server

Zero-trust, air-gapped Enterprise GraphRAG MCP server. Build knowledge graphs from local documents and run multi-hop, citation-grounded queries entirely offline with Ollama

Hybridbibinprathap
Awaiting current scanPypi · 0.1.2

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
5Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install veritasgraph-mcp from PyPI

Install exact version 0.1.2. The executable name has not been verified, so it is intentionally not guessed.

python -m pip install 'veritasgraph-mcp==0.1.2'

Identity

Canonical slugveritasgraph-50fe34c7DeploymentHybrid
Canonical packagepypi:veritasgraph-mcpRepositorybibinprathap/VeritasGraph
First publishedJul 5, 2026Latest releaseJul 5, 2026
Last security verificationClassification confidence35%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
pypiveritasgraph-mcp0.1.21Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
pypiveritasgraph-mcp0.1.2CurrentJul 5, 20265 toolsPartial · 2 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2024-11-05Negotiated protocol
veritasgraph-mcpServer-reported name
2Capability groups
Aug 30, 2026Observed

Tools 5

ToolCategoryAnnotationsRisk
veritasgraph_clear_graphClear the entire knowledge graph (destructive; removes all data).
Input schema
{
  "type": "object",
  "properties": {}
}
veritasgraph_get_graphReturn the full knowledge graph: all nodes, edges, and stats.
Input schema
{
  "type": "object",
  "properties": {}
}
veritasgraph_ingest_documentIngest a document into the VeritasGraph knowledge graph. Chunks the text, extracts entities and relationships with a local model, and records the source chunk behind every node/edge for verifiable attribution.
Input schema
{
  "type": "object",
  "properties": {
    "text": {
      "type": "string",
      "description": "Full document text to ingest."
    },
    "title": {
      "type": "string",
      "description": "Human-readable document title."
    },
    "model": {
      "type": "string",
      "description": "Local Ollama model to use (defaults to $VERITASGRAPH_MODEL)."
    }
  },
  "required": [
    "text"
  ]
}
veritasgraph_queryAsk a question and get a graph-grounded, multi-hop answer with verifiable [doc#chunk] citations and the reasoning path used.
Input schema
{
  "type": "object",
  "properties": {
    "question": {
      "type": "string",
      "description": "Natural-language question."
    },
    "model": {
      "type": "string",
      "description": "Local Ollama model to use (defaults to $VERITASGRAPH_MODEL)."
    },
    "max_depth": {
      "type": "integer",
      "description": "Max graph hops (default 2)."
    },
    "max_nodes": {
      "type": "integer",
      "description": "Max subgraph nodes (default 25)."
    }
  },
  "required": [
    "question"
  ]
}
veritasgraph_search_entitiesRetrieve the subgraph most relevant to a query (entities, relationships, seeds) without invoking the LLM. Fast graph lookup.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query / topic."
    },
    "max_depth": {
      "type": "integer",
      "description": "Max graph hops (default 2)."
    },
    "max_nodes": {
      "type": "integer",
      "description": "Max subgraph nodes (default 25)."
    }
  },
  "required": [
    "query"
  ]
}

Resources 2

  • VeritasGraph knowledge graphveritasgraph://graph

    Live snapshot of the local knowledge graph (nodes, edges, stats).

  • VeritasGraph statisticsveritasgraph://stats

    Counts of entities, relationships, and source chunks.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

VeritasGraph MCP Server questions

How do I install VeritasGraph MCP Server?

Install the selected package version with: python -m pip install 'veritasgraph-mcp==0.1.2'

What tools does VeritasGraph MCP Server provide?

VeritasGraph MCP Server exposed 5 tools during independent protocol observation, including veritasgraph_clear_graph, veritasgraph_get_graph, veritasgraph_ingest_document, veritasgraph_query, veritasgraph_search_entities.

Is VeritasGraph MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.