74
/ 100
3 days ago
glama

mohsin-shaikh/chatbot-with-mcp

General-purpose MCP server with built-in tools for HTTP, JSON, and datetime operations, supporting pluggable modules and security defaults.

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 4 credentials: ANTHROPIC_API_KEY, CHAT_API_KEY, MCP_API_KEY, OPENAI_API_KEY
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.
🔐 secretANTHROPIC_API_KEY
🔐 secretCHAT_API_KEY
configCHAT_API_URL
configCHAT_CORS_ORIGINS
configCHAT_ENVPer-environment MCP config: set =staging or production (uses config/mcp-servers.<env>.json)
configCHAT_MAX_TOOL_STEPS
configCHAT_PORT
configCHAT_RATE_LIMIT_RPM
configCHAT_READ_ONLY
configCHAT_REDIS_URLRedis sessions: set =redis://127.0.0.1:6379 (Docker Compose includes Redis)
configCHAT_SESSION_TTL_SECONDS
configCHAT_SYSTEM_PROMPT
configCHAT_TOOL_ALLOWLIST
configFS_ROOT
configHTTP_TOOL_ALLOWED_HOSTS
configLLM_MODEL
configLLM_PROVIDER
configLOAD_TEST_CONCURRENCY
configLOAD_TEST_REQUESTS
configLOG_LEVEL
🔐 secretMCP_API_KEY
configMCP_AUTH_MODE
configMCP_CORS_ORIGINS
configMCP_HTTP_ALLOWED_HOSTS
configMCP_HTTP_HOST
configMCP_HTTP_PATH
configMCP_MODULESThen run mcp-server with =meta,orders and ORDERS_API_BASE_URL=http://127.0.0.1:3999.
configMCP_PLUGINS_DIR
configMCP_SERVERS_CONFIG./config/mcp-servers.chat.example.json \
configMCP_SERVER_NAME
configMCP_SERVER_VERSION
configMCP_TRANSPORT
configMOCK_API_DATA_PATH
configMOCK_API_HOST
configMOCK_API_PORT
🔐 secretOPENAI_API_KEYSet in .env, then:
configOPENAPI_SPEC_URL
configOTEL_ENABLEDOTEL traces: set =true and point OTEL_EXPORTER_OTLP_ENDPOINT at your collector
configOTEL_EXPORTER_OTLP_ENDPOINTOTEL traces: set OTEL_ENABLED=true and point at your collector
// 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 5 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/mohsin-shaikh-chatbot-with-mcp-1s8vrz)](https://m8ven.ai/mcp/mohsin-shaikh-chatbot-with-mcp-1s8vrz)
commit: 848175b286c69e01b80e12ea959fb1c1b4812aac
code hash: c09bec551fa6596db573265d75ef152d718848a87c702855e9e6a94ff784e472
verified: 7/6/2026, 10:35:02 AM
view raw JSON →