Yinghuochong MCP Server
Provides read-only business data queries (orders and users) from a MySQL database, including tools to list databases, search orders, get order details, and list users.
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., "@Yinghuochong MCP Serversearch orders with status pending"
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.
mcp-ai
Learning project for building a first Model Context Protocol (MCP) server and testing it from Codex.
Chinese documentation: README.zh-CN.md
Yinghuochong MCP Server
This MCP server is a read-only business data adapter for the local Yinghuochong MySQL database. It exposes order and user queries as structured MCP tools so Codex can inspect business data safely.
Tools:
yhc_list_databasesyhc_search_ordersyhc_get_order_detailyhc_list_users
Related MCP server: MySQL MCP Server
Local Setup
npm install
npm run buildDefault database settings:
Host: 127.0.0.1
Port: 3306
User: root
Password: empty
Default DB: yinghuochong_recovery_clean_20260608Copy .env.example only if you need to override defaults.
Run
npm run startCodex MCP command:
node /Users/pengdahan/WorkSpace/mcp-ai/dist/index.jsSource Layout
Runtime flow:
Codex -> src/index.ts -> registerYhcTools -> src/db.ts -> MySQLsrc/index.ts: MCP server entry point. Creates the server, registers tools, and connects through stdio.src/config.ts: Reads database configuration and enforces the allowed database whitelist.src/db.ts: Shared MySQL access layer with connection pooling, database validation, identifier quoting, andqueryRows<T>().src/format.ts: Shared response formatting helpers for money, JSON text, and pagination metadata.src/tools/yhc.ts: Registers all Yinghuochong read-only business query tools.
Safety Boundaries
Database names must be in
YHC_ALLOWED_DATABASES.SQL values use parameterized placeholders.
SQL identifiers are validated before quoting.
All tools are marked read-only in MCP annotations.
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
- Alicense-qualityDmaintenanceEnables LLMs to interact with MySQL databases by inspecting schemas and executing safe, read-only queries within transactions.Last updated410MIT
- Flicense-qualityDmaintenanceEnables safe interaction with MySQL databases through SELECT queries, table structure inspection, and database schema exploration. Provides read-only access to query data and examine database metadata.Last updated1
- Flicense-qualityDmaintenanceEnables AI assistants to interact with MySQL databases through natural language for schema introspection, safe SQL execution, and full CRUD operations. It provides built-in tools for managing users, products, and orders while ensuring security through parameterized queries and read-only SQL checks.Last updated
- AlicenseAqualityBmaintenanceEnables AI assistants to inspect and query a MySQL database through safe, structured tools, including schema discovery and read-only queries.Last updated9183MIT
Related MCP Connectors
Read-only MCP server for Muovi, Argentina's trust-first local services marketplace (6 tools).
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
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/bighamD/mcp-ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server