csv-to-json
CSV to JSON API
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 bodyx402対応クライアント(@x402/fetch、x402-agent-tools、ATXPなど)は、402 -> 署名 -> リトライのサイクルを自動的に処理します。
ツール
ツール | メソッド | パス | 料金 | 説明 |
| POST |
| $0.003 | CSVテキストをJSON配列に変換します |
data_parse_csv_to_json
CSVデータをJSON配列に変換する必要がある場合に使用します。自動検出された設定を含むJSONで解析済みデータを返します。
パラメータ
名前 | 型 | 必須 | 説明 |
| string | はい | 変換するCSVコンテンツ |
| string | いいえ | 区切り文字: カンマ、セミコロン、タブ、パイプ(デフォルト: 自動検出) |
| 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、登録なし。
完全なAPIリファレンス: https://klymax402.com/llms-full.txt
ライブ統計: https://klymax402.com/stats
ライセンス
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