Math MCP
A reference implementation of the MCP protocol based on WebSocket, demonstrating a mathematical calculation demo using Cloudflare Workers and Durable Objects for real-time two-way communication.
rating : 2.5 points
downloads : 12
What is the WebSockets MCP Math Demo?
This is a reference implementation that shows how to use WebSockets to implement the Model Context Protocol (MCP). It provides a mathematical operation service that supports basic operations such as addition, subtraction, multiplication, and division, and maintains a persistent connection through WebSocket to enable real-time interaction.How to use this service?
You can connect to the service through a web interface or programmatically. First, you need to create an agent, and then send mathematical operation requests through a WebSocket connection. The service will maintain the session state and return the calculation results in real-time.Use cases
Suitable for mathematical calculation applications that require real-time interaction, educational demonstrations, web applications that require persistent sessions, and any scenarios that require low-latency two-way communication.Main features
WebSocket supportRealize real-time two-way communication through WebSocket, which is more efficient than traditional HTTP requests.
Persistent sessionsUse Durable Objects to maintain the session state, which can be restored even if the connection is disconnected.
Mathematical operationsSupport basic mathematical operations such as addition, subtraction, multiplication, and division.
Real-time updatesThe operation results and status changes will be pushed to the client in real-time.
Advantages and limitations
Advantages
Low-latency communication, suitable for real-time applications
Reduce network overhead and improve efficiency
Support the server to actively push notifications and updates
Persistent session state to enhance the user experience
Limitations
Requires WebSocket protocol support
Long-term connections may consume more resources
More complex than traditional HTTP implementations
How to use
Create an agent
First, create a math agent through an HTTP request.
Establish a WebSocket connection
Establish a WebSocket connection using the returned agentId.
Send an operation request
Send a mathematical operation request through the WebSocket.
Receive the result
Listen to WebSocket messages to receive real-time calculation results.
Usage examples
Real-time calculatorBuild a real-time calculator application that immediately displays the results after the user enters numbers.
Mathematics teaching toolUsed for online mathematics teaching to display operation steps and results in real-time.
Financial calculationCalculate financial data in real-time, such as interest, discounts, etc.
Frequently Asked Questions
How to keep the connection from being interrupted?
What is the maximum number that can be calculated?
Does it support multiple people sharing the same agent?
How to extend more mathematical functions?
Related resources
MCP Protocol Official Website
Official documentation for the Model Context Protocol
GitHub Repository
Project source code
Cloudflare Workers Documentation
Official documentation for the deployment platform
WebSocket Protocol Specification
Technical specification for the WebSocket protocol
Featured MCP Services

Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
1.7K
5 points

Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
823
4.3 points

Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
79
4.3 points

Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
130
4.5 points

Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
554
5 points

Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
6.6K
4.5 points

Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
5.2K
4.7 points

Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
745
4.8 points