tkawen
tkawen
アルジェリアのためのMCPサーバー。 あらゆるAIアシスタントに本物のアルジェリアのデータを提供します — 全69ウィラヤ、1,581コミューン、電話番号検証に加え、Eコマース、代金引換の経済性、資格情報の検証、認定人材、職業訓練まで。35ツール。依存関係ゼロ。APIキー不要。
npx -y tkawenなぜこれが存在するのか
どんなモデルにアルジェリアにいくつの県があるか尋ねても、58と答えるでしょう。
アルジェリアには2025年11月16日以降、69のウィラヤがあります。11の委任県が昇格したためです。Timimounのコミューンを尋ねると、モデルはもっともらしいアラビア語の地名をでっち上げます。0770112233が有効なアルジェリアの番号かどうかを尋ねると、推測で答えます。
それは大きなモデルが解決できるギャップではありません。データの問題であり、これがそのデータです。
> How many wilayas does Algeria have, and list them?
Algeria — 69 wilayas, 1,581 communes.
The 2025 reform promoted 11 delegated provinces to full wilayas on 16 Nov 2025.
Any list of 58 is stale.
01 Adrar أدرار 16 communes
02 Chlef الشلف 35 communes
...
69 El Abiodh Sidi Cheikh الأبيض سيدي الشيخ 9 communesRelated MCP server: Australian Postcodes MCP Server
インストール
MCPクライアントの設定に追加するだけです:
{
"mcpServers": {
"tkawen": {
"command": "npx",
"args": ["-y", "tkawen"]
}
}
}Claude Desktop、Claude Code、Cursor、Windsurf、Cline、Zed、その他stdioでMCPを話せるあらゆるものと連携します。これでインストールは完了です — アカウントも、キーも、サインアップも不要です。
🇩🇿 アルジェリアデータAPI
旗艦製品です。2つのツールがローカルデータセットから回答するため、ミリ秒で応答し、他のすべてのサービスが停止していても動作し続けます。
algeria_geospatial
質問 | 結果 |
| 全69ウィラヤ、アラビア語+ラテン語、コミューン数付き |
| Alger — الجزائر、57コミューン |
| 同じウィラヤ — スペルミス、 |
| 郵便番号付きの全コミューン |
| 全1,581コミューンを横断する自由検索、どちらの文字体系でも |
| コミューン عنابة、ウィラヤ23 |
ラテン語とアラビア語は対等です: Alger、الجزائر、الجزاير、algerはすべてウィラヤ16に解決されます。
algeria_telecom_validator
アルジェリア人が実際に書くあらゆる形式を受け付けます — +213…、00213…、213…、裸の9桁、スペース、ハイフン、そしてアラビア・インド数字(٠٥٥٥١٢٣٤٥٦):
input: ٠٥٥٥١٢٣٤٥٦
local: 0555123456
E.164: +213555123456
whatsapp: 213555123456
type: mobile
issuer: Ooredoo (originally allocated)携帯電話(05 / 06 / 07)とAlgérie Télécomの固定電話(02 / 03)の両方を検証します。
2つのことはしません。完全に見えることよりも役立つことの方が重要だからです:
事業者は当初の割り当てです。 番号ポータビリティは2017年からアルジェリアで施行されているため、
07はもはやDjezzyを証明しません。「当初割り当て」として報告され、事実として報告されることはありません。固定電話はウィラヤにマッピングされません。 アルジェリアの市外局番はウィラヤ番号に従っていません — アルジェはウィラヤ16で
021、オランはウィラヤ31で041です。ここに信頼できる市外局番テーブルはなく、でっち上げれば、モデルがアルジェリアの地理を捏造するのを防ぐために作られたツールの中に、捏造された地理を入れることになります。
他の33ツール
tkawen_search_tools から始めましょう — やりたいことを平易な言葉で説明すると、35個のスキーマをコンテキストに読み込む代わりに、適合するツールだけを返します。アラビア語、フランス語、英語を理解します。
Eコマース (MyStoq) — cod_profit(拒否率を含む実際の純利益) · order_risk(COD詐欺スコアリング) · yalidine_delivery(ウィラヤ別の返品率と配達時間) · search_stores · get_store · list_plans · platform_stats · create_store · create_product · set_price · publish · delete_product
資格情報 (AlgeriaCertify) — verify_certificate · search_certified_talent · match_talent_to_job · get_talent_profile · list_specialties · list_institutions · platform_stats
トレーニング — search_trainings · get_training · list_categories · request_quote · list_individual_trainings · catalogue_stats
ミーティング (LIQAA) — create_instant_room · list_plans · platform_capacity · platform_stats
メタ — tkawen_search_tools · tkawen_overview · tkawen_recommend · tkawen_verify
これらが答える実際の質問:
«بعت بـ 4500 دج، شريت بـ 2200، 28% إرجاع — شحال يبقى لي؟» |
|
"Quel est le taux de retour vers Adrar ?" |
|
"Verify Algerian certificate ACG-2026-1184" |
|
"Find certified HSE professionals in Oran" |
|
読み取りだけでなく書き込みも
ほとんどのツールは読み取り専用で、何も必要としません。作成を行うツールは実際のアカウントに作用するため、トークンが必要です:
{
"mcpServers": {
"tkawen": {
"command": "npx",
"args": ["-y", "tkawen"],
"env": { "TKAWEN_TOKEN": "your-token" }
}
}
}トークンがないと拒否されます。事故で何かが作成されることはありません。
アーキテクチャ
https://mcp.tkawen.com にあるTKAWEN Intelligence Gatewayへのstdioブリッジ、約190行です。これが何を意味するかを正確に知っておく価値があります:
あなたの質問はあなたのマシンから出て行きます。 ツール呼び出しはHTTPS経由で
mcp.tkawen.comに送信されます。それがあなたのデータにとって許容できないなら、インストールしないでください。プライバシーページに埋もれさせるのではなく、ここで明言します。ツールはこのパッケージには含まれていません。 それらはゲートウェイ上に存在するため、火曜日に追加されたツールは、アップグレードもバージョンのずれもなく、あなたのために動作します。
依存関係ゼロ。 Node組み込みの
fetchだけで、他には何もありません —npxは高速のままで、ライブAPIと通信するパスに侵害される依存関係ツリーもありません。stdoutはプロトコルだけを運び、他には何も運びません。 1つの迷い
console.logがJSON-RPCストリームを破壊し、クライアントは理由もわからず「サーバーが切断されました」と報告します。すべての診断はstderrに送られます。正しく失敗します。 ゲートウェイダウン、タイムアウト、不正な行、非JSON応答: 適切なJSON-RPCエラーとクリーンな終了が得られ、クラッシュやストリームの破損は決して起こりません。それぞれがテストです。
公式MCPレジストリに com.tkawen/intelligence-gateway として登録されています。
設定
変数 | デフォルト | 目的 |
| — | 書き込みツール用のBearerトークン |
|
| 別のゲートウェイを指定 |
|
| リクエストごとのタイムアウト |
Node 18以上。 古いバージョンにはグローバルなfetchがありません。ブリッジはそれを伝えて終了し、デバッグが必要になるような失敗の仕方はしません。
テスト
npm test # 10 tests, no network — framing, errors, stdout purity
npm run smoke # hits the live gateway, asserts 69 wilayasユニットテストは意図的にモックゲートウェイに対して実行されます: 赤いtestはこのパッケージが壊れたことを意味し、赤いsmokeはゲートウェイに到達できないことを意味します。この2つをまとめると、ネットワークの一時的な問題がすべてコードの回帰のように見えてしまいます。
ライセンス
MIT — TKAWENによってAnnabaで構築されました。
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 gradedqualityDmaintenanceNigeria's AI infrastructure server that provides business automation agents including WhatsApp automation, university support, travel management, and legal document processing. Integrates payment processing, text-to-speech capabilities, and webhook handling for Nigerian businesses.
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to search, validate, and retrieve Australian postcode and suburb data with intelligent fuzzy matching for handling misspellings and voice queries. Provides comprehensive location services including geographic search, Local Government Area queries, and suburb-postcode validation for customer service interactions.5
- AlicenseAqualityCmaintenanceStructured business intelligence for AI agents. 5.5M verified entities across 34 countries, 40.3M BORME mercantile acts, EU VAT validation, GLEIF, healthcare registries. 20 tools.61MIT
- AlicenseAqualityAmaintenanceFrance Data MCP lets AI agents query, cross-reference and automatically enrich multiple French public registries through a unified MCP interface. France Data MCP provides a French territorial intelligence layer designed for multi-source reasoning and agentic orchestration.363623MIT
Related MCP Connectors
Address validation & geocoding for AI agents: 240+ countries, UK PAF, free US/CA enrichment
European business verification for AI agents: registry, VAT, sanctions, IBAN. Pay-per-call x402.
Official Mexican data for AI agents: CURP, RFC, CFDI, postal codes, phone, SPEI/CEP, DOF, geocoding.
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/hartemyaakoub/tkawen-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server