language-detector
Language Detector API
trigram(트라이그램) 빈도 분석을 사용하여 텍스트의 언어를 감지합니다. 문자 체계 감지를 포함해 30개 이상의 언어를 지원합니다. API 키 없이, 가입 없이, 레이트리밋 제한 없이 x402 기반 호출당 결제(Base L2의 USDC)를 사용합니다.
klymax402 마켓플레이스의 일부입니다 -- AI 에이전트를 위한 x402 초소액 결제 API 100개, 하나의 지갑, Base의 USDC.
빠른 시작 -- MCP
MCP 클라이언트 설정(Claude Desktop, Cursor, ElizaOS 등)에 추가하세요:
{
"mcpServers": {
"language-detector": {
"url": "https://language-detector.api.klymax402.com/mcp"
}
}
}Related MCP server: boo-x402-mcp
빠른 시작 -- HTTP (x402)
curl -X POST "https://language-detector.api.klymax402.com/api/detect" \
-H "Content-Type: application/json" \
-d '{"text":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response bodyx402를 지원하는 클라이언트(@x402/fetch, x402-agent-tools, ATXP)는 402 -> sign -> retry 주기를 자동으로 처리합니다.
도구
Tool | Method | Path | Price | Description |
| POST |
| $0.005 | 입력 텍스트의 언어를 신뢰도 점수 및 문자 체계 식별과 함께 감지합니다 |
text_detect_language
텍스트가 어떤 언어로 쓰였는지 확인해야 할 때 사용합니다. n-gram 빈도 분석을 사용해 30개 이상의 언어를 신뢰도 점수와 함께 감지합니다. 상위 3개 언어 후보, 문자 체계 감지(라틴, 키릴, 아랍, CJK, 데바나가리), 문자 통계를 반환합니다. 다국어 콘텐츠 라우팅, 번역 전 언어 감지, 콘텐츠 필터링에 적합합니다. 번역에는 사용하지 마세요 — use text\_translate. 감정 분석에는 사용하지 마세요 — use text\_analyze_sentiment.
Parameters
Name | Type | Required | Description |
| string | yes | 언어를 감지할 텍스트 (정확도를 위해 최소 10자 이상) |
Example agent prompts
"텍스트가 어떤 언어로 작성되었는지 식별해 줘"
Payment
Protocol: x402 -- HTTP 기반 호출당 결제, 가입 불필요, API 키 불필요
Network: Base L2 (
eip155:8453)Asset: USDC
Facilitator: Coinbase CDP (기본), PayAI (대체)
klymax402의 일부
AI 에이전트를 위한 x402 초소액 결제 API 100개 -- 하나의 지갑, Base의 USDC, 가입 없음.
Catalog: https://klymax402.com/llms.txt
전체 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
FlicenseNot gradedqualityFmaintenanceProvides 20+ AI agent capabilities like web scraping, PDF parsing, OCR, and more, with pay-per-use micropayments via x402.1- AlicenseAqualityCmaintenanceEnables AI agents to access crypto/web3 data across 5 chains with pay-per-call billing in USDC via x402, no API key required, and built-in spend caps.3636MIT
- AlicenseNot gradedqualityBmaintenanceDetect PII in text: emails, phones, SSNs, credit cards, IPs, addresses. Pay-per-call via x402 micropayments without API keys or signup.MIT
- AlicenseNot gradedqualityBmaintenanceProvides sentiment analysis with emotion detection, confidence scores, and key phrase extraction for single texts or batches up to 20, using pay-per-call via x402 micropayments (USDC on Base L2).MIT
Related MCP Connectors
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Discover and call pay-per-request (x402) APIs, ranked by reliability, latency and price.
Telegram channel analytics and statistics for AI agents, pay-per-call in USDC via x402.
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/language-detector-x402'
If you have feedback or need assistance with the MCP directory API, please join our Discord server