MCP.so
登录

Structured Data Validator & Transformer

@agenson-tools

关于 Structured Data Validator & Transformer

Professional MCP server for validating, transforming, and normalizing structured data - built specifically for AI agents

基本信息

分类

数据与分析

许可证

MIT

运行时

node

传输方式

stdio

发布者

agenson-tools

提交者

agenson-horrowitz

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "structured-data-validator": {
      "command": "npx",
      "args": [
        "@agenson-horrowitz/structured-data-validator-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Structured Data Validator & Transformer?

Structured Data Validator & Transformer is an MCP server that provides AI agents with data validation, transformation, and normalization capabilities. It handles messy, inconsistent data from APIs, web scraping, user uploads, and other agents, returning clean, validated, normalized data.

How to use Structured Data Validator & Transformer?

Install via npm (npm install -g @agenson-horrowitz/structured-data-validator-mcp) or add to Claude Desktop or Cline configuration. Invoke tools like validate_json_schema, transform_csv_to_json, normalize_data, clean_text, and merge_datasets with JSON arguments.

Key features of Structured Data Validator & Transformer

  • JSON Schema validation with detailed error reporting
  • Intelligent CSV to JSON conversion with auto-type inference
  • Data normalization for dates, phone numbers, currencies, and emails
  • Text cleaning: remove HTML, fix encoding, normalize whitespace
  • Dataset merging with configurable conflict resolution strategies
  • Sub-2-second response times for typical agent workloads

Use cases of Structured Data Validator & Transformer

  • Validate API responses before processing
  • Ensure user input matches expected format
  • Clean and normalize scraped web data
  • Merge multiple datasets with smart conflict resolution
  • Standardize date, phone, and currency formats across records

FAQ from Structured Data Validator & Transformer

How do I authenticate with the server?

Authentication is handled via MCPize (one-click deployment with built-in billing), direct API keys from agensonhorrowitz.cc, or crypto micropayments using USDC on Base chain.

What are the pricing plans?

Free tier: 500 calls/month. Pro tier: $9/month for 10,000 calls/month. Scale tier: $29/month for 50,000 calls/month. Overage: $0.02 per call beyond plan limits.

What are the data limits and performance characteristics?

Maximum request size is 10 MB. Average response time is under 2 seconds. Scale tier guarantees 99.5% uptime SLA. Rate limit is 10 calls/second (configurable).

Can I run this server locally?

Yes, you can clone the repository, install dependencies, build, and test locally. The server is also available via npm and can be run with npx.

What data formats are supported?

The server supports JSON, CSV (with automatic delimiter detection), and common text formats. It can normalize dates, phone numbers, currencies, and email addresses.

评论

数据与分析 分类下的更多 MCP 服务器