viv-mcp-server
Provides access to Steam game data, including player counts, reviews, deals, and historical information.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@viv-mcp-serverHow many people are playing CS2?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Viv Data MCP Server
23 free APIs — now usable by Claude, Cursor, Continue, and any MCP-compatible AI agent.
Ask an AI "How many people are playing CS2?" or "Who owns github.com?" and it'll call these APIs directly.
APIs Available
Category | Tools | Example |
🎮 Steam | Game details, player counts, reviews, deals, history | CS2 → 850K players, Very Positive |
🌐 Domain WHOIS | Registrar, dates, nameservers | github.com → MarkMonitor |
MX records, syntax, disposables | user@example.com → Valid | |
🌍 IP Geo | Country, city, ISP, timezone | 8.8.8.8 → US, Google |
💱 Currency | 170+ currencies, real-time | 100 USD → 85 EUR |
📈 Stocks | Real-time quotes | AAPL → $174.50 |
📱 QR Code | Generate image URL | Any text → PNG/SVG |
🏢 Company | Business registration | domain → company info |
... | 15 more tools | Password, UUID, VAT, Phone, Sentiment, etc. |
Related MCP server: MCP Python Server — API Wrapper
Quick Start
pip install mcp httpx
git clone https://github.com/buigialy30206-eng/viv-mcp-serverConnect to Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"viv-data": {
"command": "python",
"args": ["path/to/viv-mcp-server/viv-mcp-server.py"]
}
}
}Restart Claude. Then ask: "What's the CS2 player count right now?"
Connect to Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"viv-data": {
"command": "python",
"args": ["path/to/viv-mcp-server/viv-mcp-server.py"]
}
}
}Hosted API
Server | URL |
MCP (SSE) |
|
REST API |
|
RapidAPI | |
npm |
|
License
MIT — free forever.
This server cannot be deployed
Maintenance
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
AI-native mock API server with MCP. Create REST/SOAP mocks from Claude, Cursor, or Windsurf.
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Related MCP Servers
- AlicenseCqualityDmaintenanceA Model Context Protocol server that exposes over 200+ APIs from API.market as MCP resources, allowing large language models to discover and interact with various APIs through natural language commands.3414 npm4MIT
- FlicenseNot gradedqualityDmaintenanceA Python server implementing the Model Context Protocol that exposes tools for querying external APIs, compatible with Claude Desktop and ChatGPT Desktop.-
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) Server that provides unified access to multiple external APIs (weather, news, financial data) through a single, consistent interface for AI agents and LLMs.1-
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables AI assistants to make HTTP requests (GET, POST, PUT, DELETE) to external APIs through standardized MCP tools.42MIT