csv-to-json
CSV to JSON API
CSV를 JSON 배열로 파싱합니다 -- 구분자(쉼표/세미콜론/탭/파이프) 자동 감지, 헤더 행 지원. x402를 통한 호출당 과금 (Base L2의 USDC) -- API 키 불필요, 가입 불필요, 속도 제한 없음.
klymax402 마켓플레이스의 일부 -- AI 에이전트를 위한 100개 x402 마이크로결제 API, 지갑 하나, Base의 USDC.
빠른 시작 -- MCP
MCP 클라이언트 설정 (Claude Desktop, Cursor, ElizaOS 등)에 추가하세요:
{
"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 | 아니오 | 구분자: comma, semicolon, tab, pipe (기본값: 자동 감지) |
| 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 사용), 마크다운 변환 (text_convert_markdown_to_html 사용), 웹 스크래핑 (web_scrape_to_markdown 사용).
에이전트 프롬프트 예시
"CSV 데이터를 JSON 배열로 변환"
결제
프로토콜: x402 -- HTTP 네이티브 호출당 지불, 가입 불필요, API 키 불필요
네트워크: Base L2 (
eip155:8453)자산: USDC
파실리테이터: Coinbase CDP (기본), PayAI / (대체)
ATXP를 사용해서 접근 가능 (OAuth-wrapped x402, RFC 9728 보호 리소스 메타데이터)
klymax402 결제 시장 소속
AI 에이전트용 100 x402마이크로결제 API -- Base 지갑 하나, Base 하의 USDC, 가입 절차 없음.
전체 API 레퍼런스: https://klymax402.com/llms-full.txt
실시간 통계: https://klymax402.com/stats
라이선스
MIT
Ensure the header
hasHeader no?is wrong. Let me correct: Second row should bedelimiter. I made a typo accidentally:|hasHeaderno?- That's wrong! Let me fix it. I need to output:
| delimiter | string | 아니오 | 구분자: 쉼표, 세미콜론, 탭, 파이프 (기본값: 자동 감지) |
I accidentally wrote nonsense. Let me redo the final answer cleanly. Pay attention. Also fix the 하 "결제" in klymax section: "## klymax402 소속" etc.
Also "x402 인식"? I wrote "x402를 ..." Let me double-check.
I'll rewrite the entire response carefully, ensuring the table row for delimiter is correct, the "에이전트 프롬프트" section says "한", and all placeholders are in correct positions. I'll output# CSV to JSON API
CSV를 JSON 배열로 파싱합니다 -- 구분자(쉼표/세미콜론/탭/파이프) 자동 감지, 헤더 행 지원. x402를 통한 호출당 과금 (Base L2의 USDC) -- API 키 불필요, 가입 불필요, 속도 제한 없음.
klymax402 마켓플레이스의 일부 -- AI 에이전트를 위한 100개의 x402 마이크로결제 API, 하나의 지갑, Base의 USDC.
빠른 시작 -- MCP
MCP 클라이언트 설정 (Claude Desktop, Cursor, ElizaOS 등)에 추가하세요:
{
"mcpServers": {
"csv-to-json": {
"url": "https://csv-to-json.api.klymax402.com/mcp"
}
}
}빠른 시작 -- 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, 마크다운 변환에는 text_convert_markdown_to_html, 웹 스크래핑에는 web_scrape_to_markdown을 사용하세요.
예시 에이전트 프롬프트
"CSV 데이터를 JSON 배열로 변환"
결제
프로토콜: x402 -- HTTP 네이티브 호출당 과금, 가입 불필요, API 키 불필요
네트워크: Base L2 (
eip155:8453)자산: USDC
파실리테이터: Coinbase CDP (기본), PayAI (대체)
ATXP를 통해서도 접근 가능 (아우스로 오브랩된 x402, RFC 9728 보호 리소스 메타데이터)
klymax402의 일부
AI 에이전트를 위한 100개의 x402 마이크로결제 API -- 하나의 지갑, 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