MCP Server
Active
MIT
FabTally Valid MCP Server
io.github.zvmzaretsky/validation-suite
What is the FabTally Valid MCP server?
Validation suite: EU VAT (VIES), IBAN mod-97, email (MX+disposable), geo place lookup, VIN decode.
How to install FabTally Valid
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"validation-suite": {
"url": "https://valid.fabtally.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"validation-suite": {
"serverUrl": "https://valid.fabtally.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"validation-suite": {
"type": "http",
"url": "https://valid.fabtally.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"validation-suite": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://valid.fabtally.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http validation-suite https://valid.fabtally.com/mcpRelated MCP servers
FabTally Safe
Active
Read-only crypto safety: token honeypot checks, EIP-712 signature decode, approval scans.
0
View repository →JavaScript
MIT
FabTally Chain
Active
On-chain monitoring reads: ENS/Basename expiry, gas, token unlocks & Chainlink oracle health.
0
View repository →JavaScript
MIT
FabTally Guard
Active
Verify before you act: deps-check, x402-preflight, json-repair & url-read for agents.
0
View repository →JavaScript
MIT
FabTally Decode
Active
Decode EVM bytes to JSON: event-log decoder, calldata explainer, selector lookup, ABI fetch.
0
View repository →JavaScript
MIT
FabTally Utility Belt
Active
13 deterministic agent utilities: timezone, cron, RRULE, currency, regex, diff, hashing & more.
0
View repository →JavaScript
MIT