{"type":"mcp_server","name":"mcp-example","description":"This repository provides a Model Context Protocol (MCP) implementation, demonstrating local and remote tool calling with examples, schema validation, and integration with AWS Bedrock, showcasing AI-assisted development. This repository provides","category":"AI","language":"Python","stars":7,"forks":0,"owner":"iddv","github_url":"https://github.com/iddv/mcp-example","homepage":null,"setup":"## Setup\n\n### Prerequisites\n\n- Python 3.10 or higher\n- Poetry (for dependency management)\n\n### Installation\n\n1. Clone the repository:\n   ```\ngit clone https://github.com/yourusername/mcp-example.git\ncd mcp-example\n   ```\n\n2. Set up a virtual environment and install dependencies:\n\n   Option 1: Using Poetry (recommended):\n   ```\npoetry install\n   ```\n\n   Option 2: Using venv:\n   ```\npython3 -m venv venv\nsource venv/bin/activate  # On Windows, use: venv\\Scripts\\activate\npip install -e .\n   ```","tools":"## Available Tools\n\n1. Local tool calling via stdio (demonstrates tool calling through standard input/output).\n2. Remote tool calling via HTTP (demonstrates tool calling through HTTP requests).\n3. Integration with AWS Bedrock and Claude 3.7 (allows leveraging Claude's capabilities for natural language understanding and function calling).\n4. Calculator (performs basic arithmetic operations).\n5. Text Processing (provides text transformation and analysis).","faq":null,"created_at":"2025-03-24T18:08:38+00:00","updated_at":"2025-03-27T21:02:52+00:00","source_url":"https://model-context-protocol.com/servers/model-context-protocol-tool-calling-example","related_articles":[]}