csv-to-json
CSV to JSON API
CSV in ein JSON-Array parsen -- Trennzeichen automatisch erkennen (Komma/Semikolon/Tabulator/Pipe), Unterstützung für Kopfzeilen. Pay-per-Call über x402 (USDC auf Base L2) -- kein API-Schlüssel, keine Anmeldung, keine Rate-Limit-Hürde.
Teil des klymax402-Marktplatzes -- 100 x402-Mikrozahlungs-APIs für KI-Agenten, eine Wallet, USDC auf Base.
Schnellstart -- MCP
Fügen Sie dies zu Ihrer MCP-Client-Konfiguration hinzu (Claude Desktop, Cursor, ElizaOS usw.):
{
"mcpServers": {
"csv-to-json": {
"url": "https://csv-to-json.api.klymax402.com/mcp"
}
}
}Related MCP server: Pylon MCP Server
Schnellstart -- HTTP (x402)
curl -X POST "https://csv-to-json.api.klymax402.com/api/parse" \
-H "Content-Type: application/json" \
-d '{"csv":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response bodyJeder x402-fähige Client (@x402/fetch, x402-agent-tools, ATXP) übernimmt den 402 -> sign -> retry-Zyklus automatisch.
Tools
Tool | Methode | Pfad | Preis | Beschreibung |
| POST |
| $0.003 | CSV-Text in ein JSON-Array parsen |
data_parse_csv_to_json
Verwenden Sie dieses Tool, wenn Sie CSV-Daten in ein JSON-Array konvertieren müssen. Es gibt die geparsten Daten mit automatisch erkannten Einstellungen als JSON zurück.
Parameter
Name | Typ | Erforderlich | Beschreibung |
| string | ja | CSV-Inhalt zum Parsen |
| string | nein | Trennzeichen: Komma, Semikolon, Tabulator, Pipe (Standard: automatisch) |
| boolean | nein | Erste Zeile ist die Kopfzeile (Standard: true) |
Beispielantwort:
{"data":[{"name":"Alice","age":"30","city":"Paris"},{"name":"Bob","age":"25","city":"London"}],"rowCount":2,"columnCount":3,"detectedDelimiter":",","headers":["name","age","city"]}Wann verwenden: Datenmigration, Import von Tabellenkalkulationen in APIs, Umwandlung exportierter CSV-Berichte und Aufbereitung tabellarischer Daten für Analysen.
Nicht geeignet für: JSON-Validierung (verwenden Sie data_validate_json), Markdown-Konvertierung (verwenden Sie text_convert_markdown_to_html), Web-Scraping (verwenden Sie web_scrape_to_markdown).
Beispiel-Prompts für Agenten
"CSV-Daten in ein JSON-Array konvertieren"
Bezahlung
Protokoll: x402 -- HTTP-natives Pay-per-Call, keine Anmeldung, kein API-Schlüssel
Netzwerk: Base L2 (
eip155:8453)Asset: USDC
Vermittler: Coinbase CDP (primär), PayAI (Fallback)
Auch über ATXP erreichbar (OAuth-gekapseltes x402, RFC-9728-Metadaten geschützter Ressourcen)
Teil von klymax402
100 x402-Mikrozahlungs-APIs für KI-Agenten -- eine Wallet, USDC auf Base, keine Anmeldung.
Katalog: https://klymax402.com/llms.txt
Vollständige API-Referenz: https://klymax402.com/llms-full.txt
Live-Statistiken: https://klymax402.com/stats
Lizenz
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceConvert PDFs to structured JSON. Extract invoices, bank statements, contracts, and more. Pay per call via x402 USDC.58MIT

Pylon MCP Serverofficial
FlicenseNot gradedqualityFmaintenanceProvides 20+ AI agent capabilities like web scraping, PDF parsing, OCR, and more, with pay-per-use micropayments via x402.1- FlicenseNot gradedqualityCmaintenancePay-per-call structured data for autonomous AI agents. x402-metered, MCP-native.
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to resolve tokens, get quotes, check for honeypots/rug pulls, build swaps, and retrieve receipts via x402 micropayments.1MIT
Related MCP Connectors
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.
Discover and call pay-per-request (x402) APIs, ranked by reliability, latency and price.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/csv-to-json-x402'
If you have feedback or need assistance with the MCP directory API, please join our Discord server