Skip to main content
Glama
Br0ski777
by Br0ski777

CSV to JSON API

MCP Server x402 License: MIT

CSVをJSON配列に変換します。区切り文字(カンマ/セミコロン/タブ/パイプ)を自動検出し、ヘッダー行にも対応しています。x402(Base L2上のUSDC)による呼び出しごとの課金で、APIキー不要、登録不要、レート制限の壁もありません。

klymax402マーケットプレイスーの一部です。AIエージェント向けの100個のx402マイクロ決済API。1つのウォレットで、Base L2上のUSDCを利用できます。

クイックスタート -- MCP

MCPクライアント設定(Claude Desktop、Cursor、RlizaOSなど)に以下を追加してください:

{
  "mcpServers": {
    "csv-to-json": {
      "url": "https://csv-to-json.api.klymax402.com/mcp"
    }
  }
}

Related MCP server: Pylon MCP Server

クイックスタート -- 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

x402対応クライアント(@x402/fetchx402-agent-tools、ATXPなど)は、402 -> 署名 -> リトライのサイクルを自動的に処理します。

ツール

ツール

メソッド

パス

料金

説明

data_parse_csv_to_json

POST

/api/parse

$0.003

CSVテキストをJSON配列に変換します

data_parse_csv_to_json

CSVデータをJSON配列に変換する必要がある場合に使用します。自動検出された設定を含むJSONで解析済みデータを返します。

パラメータ

名前

必須

説明

csv

string

はい

変換するCSVコンテンツ

delimiter

string

いいえ

区切り文字: カンマ、セミコロン、タブ、パイプ(デフォルト: 自動検出)

hasHeaders

boolean

いいえ

先頭行をヘッダーとして扱う(デフォルト: true)

レスポンス例:

{"data":[{"name":"Alice","age":"30","city":"Paris"},{"name":"Bob","age":"25","city":"London"}],"rowCount":2,"columnCount":3,"detectedDelimiter":",","headers":["name","age","city"]}

使用する場面: データ移行、スプレッドシートのAPIへのインポート、エクスポートしたCSVレポートの変換、表形式データの分析準備など。

使用しない場面: JSONバリデーション(data_validate_jsonを使用)、Markdown変換(text_convert_markdown_to_htmlを使用)、Webスクレイピング(web_scrape_to_markdownを使用)。

エージェント向けプロンプトの例

  • "CSVデータをJSON配列に変換してください"

支払い

  • プロトコル: x402 -- HTTPネイティブな呼び出しごと課金、登録不要、APIキー不要

  • ネットワーク: Base L2(eip155:8453

  • アセット: USDC

  • ファシリテーター: Coinbase CDP(プライマリ)、PayAI(フォールバック)

  • また、ATXP(HTTPでラップされたx402、RFC 9728の保護リソース・メタデータ)からも利用できます。

klymax402の一部

AIエージェント向けの100個のx402マイクロ決済API。1つのウォレット、Base上のUSDC、登録なし。

ライセンス

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