Business Data MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Business Data MCPshow me the revenue data for last quarter"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Business Data MCP
An evidence-first Model Context Protocol server for private business documents and structured datasets. The server preserves original files, deterministic extraction, normalized business concepts, and source lineage instead of reducing every upload to document-chat chunks.
See architecture, operations, security, and MCP client configuration.
Implemented capabilities include immutable/versioned ingestion for CSV, XLSX, TXT, DOCX and text-based PDF; Parquet-backed safe tabular queries; source lineage; bilingual semantic mapping suggestions with user confirmation; PostgreSQL full-text plus pgvector hybrid retrieval; OpenRouter summaries/embeddings/analysis with strict validation and usage tracking; OAuth/PKCE and scoped MCP credentials; Streamable HTTP and stdio MCP; and soft-delete/restore/retention workflows.
Workspace administrators can manage sources through the server-rendered UI at
/admin. The source list and detail pages report successful per-source MCP usage from
the audit trail; counting starts after the usage-tracking migration is deployed.
Containers
The production-oriented Compose stack runs the API, worker, scheduler, migrations, PostgreSQL with pgvector, Redis, MinIO, ClamAV, and Caddy. Upstream images are pinned by digest, application processes run as a fixed non-root user with a read-only root filesystem, and only Caddy publishes host ports.
See the operations guide for secret setup, startup, health checks, backups, image updates, and shutdown.
Related MCP server: FS-MCP Server
Development
Requirements: Python 3.12, PostgreSQL with pgvector, Redis, and S3-compatible object
storage. Docker Compose provides the infrastructure services.
python -m venv .venv
.venv/bin/pip install -e '.[dev]'
docker compose -f deploy/compose.yaml up -d postgres redis minio clamav
alembic upgrade head
business-data-apiRun validation with:
ruff check .
mypy src
pytestUploaded files are untrusted input. Do not expose development deployments to the internet or use the development secrets in production.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceA Model Context Protocol server that enables LLMs to extract and use content from unstructured documents across a wide variety of file formats.111
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides intelligent file reading and semantic search capabilities across multiple document formats with security-first access controls.7MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server providing pre-curated canonical memory, prose/code provenance checking, and benchmark metrics to improve accuracy and reduce costs across AI tools.AGPL 3.0
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that parses code, documents, data, and config files into structured database snapshots for targeted AI retrieval, enabling code analysis and project understanding via LLM interactions.1
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Free OpenAI-compatible inference with signed provenance receipts and 3 focused MCP tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Al-Rowads/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server