Skip to main content
Glama
Br0ski777
by Br0ski777

CSV to JSON API

MCP Server x402 License: MIT

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 body

Jeder x402-fähige Client (@x402/fetch, x402-agent-tools, ATXP) übernimmt den 402 -> sign -> retry-Zyklus automatisch.

Tools

Tool

Methode

Pfad

Preis

Beschreibung

data_parse_csv_to_json

POST

/api/parse

$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

csv

string

ja

CSV-Inhalt zum Parsen

delimiter

string

nein

Trennzeichen: Komma, Semikolon, Tabulator, Pipe (Standard: automatisch)

hasHeaders

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.

Lizenz

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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