MCP Server with Combined Tools

Created By
RGGHa year ago
Rust MCP Server
Overview

What is MCP Server with Combined Tools?

MCP Server with Combined Tools is a Rust-based server implementing the Model Context Protocol (MCP) using the poem framework. It provides various tools for managing counters, adding numbers, validating IP addresses, and checking if an IP is in a CIDR range.

How to use MCP Server?

To use the MCP Server, clone the repository, build the project using Cargo, and run the server. Once running, connect to the /sse endpoint to interact with the tools in real-time.

Key features of MCP Server?

  • Counter Management: Increment, decrement, and retrieve the current value of a counter.
  • Adder Tool: Add two integers together.
  • IP Address Validation: Check if a string is a valid IPv4 address.
  • CIDR Range Checking: Determine if an IP address falls within a specified CIDR range.

Use cases of MCP Server?

  1. Real-time counter management for applications.
  2. Simple arithmetic operations for web applications.
  3. Validating and managing IP addresses in network applications.

FAQ from MCP Server?

  • What programming language is used?

The server is implemented in Rust.

  • How do I run the server?

After cloning the repository, build it with Cargo and run the server using cargo run.

  • What is the /sse endpoint?

It is a Server-Sent Events endpoint that allows real-time interaction with the server's tools.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
RGGH
Star
0
Language
Rust
License
-

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

20 hours ago
Mnemom

21 hours ago
Shippo
@Shippo

a day ago