test-mcp-repo

tonton2006/test-mcp-repo

3.1

If you are the rightful owner of test-mcp-repo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Multi-Core Processing (MCP) server that can be used with any frontend, not just Claude Desktop.

The Frontend-Agnostic MCP Server is designed to be a versatile solution for integrating with various frontends using the MCP protocol. Originally tailored for Claude Desktop, the server has been modified to include explicit server initialization, command-line argument parsing for host and port configuration, and a proper entry point to allow for script importation without automatic server start. This server is particularly useful for applications requiring arithmetic operations, as it connects to a Boomi integration process for adding numbers, with a local fallback mechanism in case of service failure.

Features

  • Explicit server initialization with `mcp.serve()`.
  • Command-line argument parsing for host and port configuration.
  • Proper entry point with `if __name__ == "__main__": ` block.
  • Integration with Boomi for arithmetic operations.
  • Local fallback for arithmetic operations if Boomi service fails.
0

Tools

  1. add

    Adds two numbers using a Boomi integration, with a local fallback.