67
/ 100
10 days ago
glama

inmydata MCP Server

Exposes the inmydata agents SDK as an MCP server, enabling AI agents to access inmydata's powerful data querying capabilities through a standardized interface.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: INMYDATA_API_KEY, INMYDATA_INTROSPECTION_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAGENTIC_RAG_BASE_URLYes Base URL of the Agentic RAG service, e.g. https://rag.example.com.
configAGENTIC_RAG_PSKYes Platform service key. Never logged or surfaced to the LLM.
configAGENTIC_RAG_DEFAULT_EXTERNAL_IDNo Non-OAuth only. If set, external_id is dropped from the tool schema. Ignored (with a warning) when INMYDATA_USE_OAUTH=true.
configAGENTIC_RAG_CACHE_FILENo Path to the persisted key cache. Default: ./agentic_rag_cache.json. Written with mode 0600 on POSIX.
configAGENTIC_RAG_TENANT_PREFIXNo OAuth only. Prepended to the JWT tenant claim when forming the external_id. Default: empty (1:1 mapping). Ignored when OAuth is off.
configAGENTMCP_LOG_LEVEL
configMCP_DUCKDB_LOCATIONLocation to use for the DuckDB database
configMCP_SAMPLE_ROWS
configMCP_DEBUGFor local use only. 0 (default) has no effect. 1 enables debugging to be connected from Visual Studio Code
🔐 secretINMYDATA_API_KEYYour inmydata API key
configINMYDATA_TENANTYour tenant name
configINMYDATA_SERVER(optional) - inmydata server (default: inmydata.com)
configINMYDATA_CALENDARYour calendar name
configINMYDATA_USER(optional) - User for chart events (default: mcp-agent)
configINMYDATA_SESSION_ID(optional) - Session ID for chart events (default: mcp-session)
configINMYDATA_MCP_HOST(optional) - MCP server host (default: mcp.inmydata.ai)
configINMYDATA_AUTH_SERVER(optional) - OAuth authorization server URL (default: https://auth.inmydata.com)
configINMYDATA_USE_OAUTH(optional) - Set to true to enable OAuth authentication, or false/unset for legacy API key authentication (default: false)
configINMYDATA_INTROSPECTION_CLIENT_ID
🔐 secretINMYDATA_INTROSPECTION_CLIENT_SECRET
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/inmydata-agentmcp-zcqjqz)](https://m8ven.ai/mcp/inmydata-agentmcp-zcqjqz)
commit: b0a7eb70f891d6b4d7040ffcb4528cf6e4abb012
code hash: b69b7daba32a9ec811d2c0f03b797eeacc7f0682a539327561d3b6d4616d8bf0
verified: 7/21/2026, 9:06:44 AM
view raw JSON →