VOOZH about

URL: https://apify.com/xsantcastx/xsantcastx-mcp-server

โ‡ฑ xsantcastx MCP Server [DEPRECATED] ยท Apify


๐Ÿ‘ xsantcastx MCP Server avatar

xsantcastx MCP Server

Deprecated

Pricing

Pay per usage

Go to Apify Store

xsantcastx MCP Server

Deprecated

14 developer tools for AI agents: JSON format, UUID, JWT, regex, hash, WCAG contrast, cron, and more. Zero API calls.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Santiago castrillon

Santiago castrillon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 months ago

Last modified

Share

An MCP (Model Context Protocol) server that exposes xsantcastx.com developer tools for AI agents. All tools run server-side with zero external API calls โ€” pure Node.js computation.

Tools Available

ToolDescription
json_formatFormat, minify, validate, or analyze JSON
json_schema_generateGenerate JSON Schema from sample data (Draft 4/7/2020-12)
uuid_generateGenerate UUIDs v4 (bulk, multiple formats)
uuid_validateValidate and inspect UUID strings
base64_encodeEncode text to Base64 (standard or URL-safe)
base64_decodeDecode Base64 to text
jwt_decodeDecode JWT tokens (header, payload, expiration)
regex_testTest regex patterns with match details and groups
regex_replaceFind and replace using regex
hash_generateGenerate hashes (MD5, SHA-1, SHA-256, SHA-384, SHA-512)
hash_verifyVerify a string matches a hash (auto-detects algorithm)
color_contrastWCAG 2.1 contrast ratio checker with AA/AAA compliance
cron_parseParse cron expressions with human-readable descriptions
cron_buildBuild cron expressions from options or presets

Quick Start

Install from npm

$npminstall-g xsantcastx-mcp-server

Use with Claude Desktop

Add to your claude_desktop_config.json:

{
"mcpServers":{
"xsantcastx-tools":{
"command":"npx",
"args":["xsantcastx-mcp-server"]
}
}
}

Use with Claude Code

$claude mcp add xsantcastx-tools npx xsantcastx-mcp-server

Run locally

git clone https://github.com/xsantcastx/xsantcastx-mcp-server.git
cd xsantcastx-mcp-server
npminstall
npm run build
npm start

Development

npm run dev # Watch mode
npm run build # Compile TypeScript
npm start # Run server

Architecture

The server uses the official @modelcontextprotocol/sdk and communicates over stdio. Each tool is implemented as a pure function in src/tools/ โ€” no external API calls, no network requests, no secrets. Everything runs locally.

src/
โ”œโ”€โ”€ index.ts # MCP server entry point + tool registrations
โ””โ”€โ”€ tools/
โ”œโ”€โ”€ json-formatter.ts # JSON format/minify/validate
โ”œโ”€โ”€ json-schema.ts # JSON Schema generation
โ”œโ”€โ”€ uuid-generator.ts # UUID v4 generation + validation
โ”œโ”€โ”€ base64.ts # Base64 encode/decode
โ”œโ”€โ”€ jwt-decoder.ts # JWT token inspection
โ”œโ”€โ”€ regex-tester.ts # Regex testing + replacement
โ”œโ”€โ”€ hash-generator.ts # Cryptographic hashing
โ”œโ”€โ”€ color-contrast.ts # WCAG contrast checking
โ””โ”€โ”€ cron-parser.ts # Cron expression parsing

Listing

License

MIT โ€” xsantcastx

You might also like

Resy Booker - MCP Server for AI Restaurant Reservations

clearpath/resy-booker

MCP server for AI assistants to search, book, and manage Resy restaurant reservations. 6 tools: search restaurants, check availability, book slots, view and cancel reservations. Stateful auth, pay-per-action billing, Standby mode.

OpenTable Booker: AI Restaurant Reservations (MCP Server)

clearpath/opentable-booker

MCP server for AI agents to search, book, and manage OpenTable restaurant reservations. 7 tools: search restaurants with availability, check time slots, book tables, view and cancel reservations. Works with Claude, ChatGPT, OpenClaw. Pay-per-action billing. No login needed for search.

Google Search MCP Server

datascoutapi/google-search-mcp-server

๐Ÿš€ Google Search MCP Server scrapes real-time Google SERPs by processing search queries. Extract organic results, ads, People Also Ask, related queries, prices, and reviews. Supports 21+ countries, 25+ languages. Export data in JSON, Excel, or CSV. Ideal for SEO, research, and automation.

ESPN MCP Server - Live Sports Scores & Stats for AI

mrbridge/espn-mcp-server

12 MCP tools for ESPN sports data: live scores, standings, game analysis, betting odds, player stats & news across 25+ leagues (NFL, NBA, MLB, NHL, Premier League, F1, UFC...). Works with Claude Code, Claude Desktop & ChatGPT.

87

5.0

(1)

Perplexity Sonar MCP Server

agentify/perplexity-sonar-mcp-server

An MCP server that enables AI applications to perform real-time web searches using the Perplexity Sonar API

Latest News MCP Server - Live Global Updates for AI

mrbridge/latest-news-mcp-server

14 MCP tools aggregating 27 free APIs: global news from Reuters, AP, BBC, CNN, Al Jazeera, Bloomberg, GDELT (65+ languages), crypto markets, weather, earthquakes, Reddit, Hacker News, Wikipedia trends, predictions & more. No API keys needed. Works with Claude Desktop, Claude Code & Cursor.

71

5.0

(1)

Reddit MCP Server โ€” Claude, ChatGPT, Cursor, Codex

makework36/reddit-mcp-server

Native Reddit MCP server for AI agents. 7 Reddit tools (search, subreddits, posts+comments, users, trending) over Streamable HTTP. Works with Claude Desktop, Cursor, ChatGPT, OpenAI Codex, Agents SDK, Windsurf. No Reddit API key. Pay per tool call.

๐Ÿ‘ User avatar

deusex machine

28

Tavily Search MCP Server - Fast AI Web Search for Agents

clearpath/tavily-search-mcp

Search the web through AI assistants via MCP. Tavily's AI search engine with ranked results, AI answers, images, and full page content. No API key needed. Works with Claude, ChatGPT, any MCP client.