mock-itr-scenario-mcp
Verified Safeby danny-zent
Overview
This server creates and manages mock scenarios for an Income Tax Refund (ITR) loader project, facilitating testing and development.
Installation
uv run -m mock_itr_scenario_mcp.serverEnvironment Variables
- MOCK_ITR_MODEL_YEAR
- DYNAMODB_ENDPOINT_URL
- SCENARIO_TABLE_NAME
- AWS_REGION
Security Notes
The server uses `boto3` to interact with AWS DynamoDB for scenario persistence. While no hardcoded secrets are present in the provided code, the overall security relies on proper AWS credential management and secure configuration of the DynamoDB endpoint (e.g., using a local instance or a secure VPC endpoint). The server itself operates over standard I/O (stdio_server), limiting direct network exposure.
Similar Servers
mcp-jest
A testing framework for Model Context Protocol (MCP) servers, allowing automated validation of AI agent tools, resources, and prompts.
mcp-maintainer-toolkit
This server provides a Model Context Protocol (MCP) interface with various tools and resources designed to assist in maintaining, testing, and developing MCP repositories and clients.
mcp-mock-server
Provides a mock server for the Model Context Protocol (MCP) to aid in the development and testing of MCP clients.
inspector-assessment
Provides a comprehensive automated assessment platform for Model Context Protocol (MCP) servers, analyzing their security, functionality, protocol compliance, documentation, and various extended metrics. It acts as an inspector and auditing tool for MCP server developers and maintainers.