Are you the author? Sign in to claim
mcp_test
A simple Model Context Protocol (MCP) server with test data.
Create virtual environment and install dependencies:
uv venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
uv sync
Configure MCP in VS Code:
.vscode/example-mcp.jsonDeveloper: Reload Window)The server provides 5 e-commerce tools:
get_customer_info - Get customer details by IDget_customer_ids_by_name - Search for customer IDs by nameget_order_details - Get order information by order IDget_orders_by_customer_id - Get all orders for a customercheck_inventory - Search product inventory by nameTry these queries with the MCP server:
Get customer info for Bob Smith
Show me order ORD1001
Check inventory for mouse
Get all orders for customer CUST123
Find customer ID for Alice Johnson
pytest src/tests/test_server.py -v
.vscode/example-mcp.json into the dialog boxDeveloper: Reload WindowRun Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows