Back to Home
inmydata icon

AgentMCP

Verified Safe

by inmydata

Overview

Exposes inmydata's data querying, analytics, and calendar capabilities as a Model Context Protocol (MCP) server for AI agents.

Installation

Run Command
docker-compose up -d

Environment Variables

  • INMYDATA_API_KEY
  • INMYDATA_TENANT
  • INMYDATA_CALENDAR
  • INMYDATA_USER
  • INMYDATA_SESSION_ID
  • INMYDATA_USE_OAUTH
  • INMYDATA_MCP_HOST
  • INMYDATA_AUTH_SERVER
  • INMYDATA_SERVER
  • INMYDATA_INTROSPECTION_CLIENT_ID
  • INMYDATA_INTROSPECTION_CLIENT_SECRET
  • INMYDATA_TOKEN_CACHE_TTL

Security Notes

The server uses environment variables for sensitive credentials and supports both OAuth (JWT/PAT introspection with caching) and legacy API key authentication via HTTP headers, demonstrating robust security practices. There are no obvious 'eval' or malicious patterns. The `_introspection_cache` uses token hashes for security. Network risks are acknowledged in the deployment guide (HTTPS, CORS). The reliance on an external SDK (inmydata) is inherent to the server's function.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars0
Forks1
Last Update2025-11-27

Tags

MCPAI AgentsData AnalyticsAPIPython