Exposes the inmydata agents SDK as an MCP server, enabling AI agents to access inmydata's powerful data querying capabilities through a standardized interface.
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.
process.env. You'll be asked to provide them before it can run.AGENTIC_RAG_BASE_URL— Yes Base URL of the Agentic RAG service, e.g. https://rag.example.com.AGENTIC_RAG_PSK— Yes Platform service key. Never logged or surfaced to the LLM.AGENTIC_RAG_DEFAULT_EXTERNAL_ID— No Non-OAuth only. If set, external_id is dropped from the tool schema. Ignored (with a warning) when INMYDATA_USE_OAUTH=true.AGENTIC_RAG_CACHE_FILE— No Path to the persisted key cache. Default: ./agentic_rag_cache.json. Written with mode 0600 on POSIX.AGENTIC_RAG_TENANT_PREFIX— No OAuth only. Prepended to the JWT tenant claim when forming the external_id. Default: empty (1:1 mapping). Ignored when OAuth is off.AGENTMCP_LOG_LEVELMCP_DUCKDB_LOCATION— Location to use for the DuckDB databaseMCP_SAMPLE_ROWSMCP_DEBUG— For local use only. 0 (default) has no effect. 1 enables debugging to be connected from Visual Studio CodeINMYDATA_API_KEY— Your inmydata API keyINMYDATA_TENANT— Your tenant nameINMYDATA_SERVER— (optional) - inmydata server (default: inmydata.com)INMYDATA_CALENDAR— Your calendar nameINMYDATA_USER— (optional) - User for chart events (default: mcp-agent)INMYDATA_SESSION_ID— (optional) - Session ID for chart events (default: mcp-session)INMYDATA_MCP_HOST— (optional) - MCP server host (default: mcp.inmydata.ai)INMYDATA_AUTH_SERVER— (optional) - OAuth authorization server URL (default: https://auth.inmydata.com)INMYDATA_USE_OAUTH— (optional) - Set to true to enable OAuth authentication, or false/unset for legacy API key authentication (default: false)INMYDATA_INTROSPECTION_CLIENT_IDINMYDATA_INTROSPECTION_CLIENT_SECRET[](https://m8ven.ai/mcp/inmydata-agentmcp-zcqjqz)