โšก TALIMNA โ€” BRICS+ Commerce Infrastructure

MCP Services + A2A Orchestration

13 API-first servers + agent-to-agent orchestration for cross-border trade across $1.7T BRICS+ corridors

๐Ÿ“ข @TalimnaStore ยท ๐Ÿค– @product_service_bot ยท ๐Ÿ›’ Store

๐Ÿš€ Quick Start

Get started with TALIMNA MCP in minutes โ€” no credit card required

01

Get Your API Key

Message @product_service_bot on Telegram to receive your free API key. 500 free requests/month included.

๐Ÿค– t.me/product_service_bot โ†’ "Start"
02

Choose Your Service

Select from 13 MCP services below. Each has its own port and pricing. Mix & match based on your workflow.

GET /services โ†’ JSON list
03

Or Use A2A Orchestration

Run multi-service workflows with a single API call. The A2A Orchestrator chains services automatically.

POST /orchestrate โ†’ pipeline result
04

Pay & Scale

Micro-priced per call. Pay with USDC (Solana), Stripe, or bank transfer. Upgrade to monthly for volume discounts.

$0.10/word ยท $2/dispatch ยท $0.50/screen
๐Ÿค– Get API Key on Telegram ๐Ÿ“ข Join Channel for Updates
๐Ÿ“ฑ Connect via Telegram
๐Ÿ“ข @TalimnaStore ๐Ÿค– @product_service_bot ๐Ÿšš @luwjistia_bot
Order services, get API keys, and receive support directly in Telegram

โš™๏ธ 13 MCP Services

Full API documentation โ€” every endpoint is live

:8000

Logistics Dispatch

SEA route optimization, dispatching, real-time tracking with multi-depot support
dispatch_order ยท optimize_route ยท track_shipment ยท geocode ยท multi_depot
$2/dispatch $99/mo starter $999/mo enterprise
:8001

Trade Translation

Translate trade docs across 34 BRICS+ languages โ€” AI-powered with trade vocabulary
translate_doc ยท batch_translate ยท detect ยท extract_fields ยท glossary
$0.10/word $200/mo volume $500/mo enterprise
:8002

Sharia Compliance โ˜…

Halal cert verification, zakat calculation, riba detection โ€” 8 certifying bodies
screen_tx ยท zakat ยท detect_riba ยท verify_halal_cert ยท trace_ingredient ยท fatwa_lookup
$0.50/screen $99/mo starter $999/mo enterprise
:8003

Trade Intelligence

BRICS+ trade data, market intel, supplier verification with real-time monitoring
query_volume ยท market_intel ยท verify_supplier ยท monitor ยท datasets ยท corridor_compare
$300/dataset $199/mo data $499/mo API
:8004

Trade Matchmaking

B2B buyer-supplier matching across 8 BRICS+ corridors with AI scoring
find_buyers ยท find_suppliers ยท match_score ยท negotiate ยท corridor_discovery
$50/match $99/mo starter $999/mo unlimited
:8005

Industrial Content

Trade docs, compliance manuals, NDB proposal templates, AI-generated content
generate_doc ยท compliance_manual ยท catalog ยท purchase ยท ndb_proposal
$149/document $199/mo content
:8006

Digital Commerce

Trade tools, templates, AI prompts, digital content marketplace backend
list_products ยท process_order ยท manage_license ยท generate_prompt
$12-79/product 5x commercial license
:8007

Payment API

Generate payment links, invoices, process payments โ€” USDC, Stripe, bank wire
get_payment_link ยท process_payment ยท invoice ยท methods ยท exchange_rate
USDC Solana Stripe Cards Bank Wire
:8008

Al-Jalib Corridor โ˜…

Trans-South trade corridor โ€” SEA to Gulf logistics pipeline with halal audit
cargo_manifest ยท halal_audit ยท bill_of_lading ยท freight_dispatch ยท customs ยท corridor_track
$99/shipment $499/mo corridor
:8009

Compute Brokerage

Huawei Cloud GPU/CPU reseller for SEA SMEs โ€” AI training & inference
list_providers ยท list_instances ยท provision ยท plans ยท spot_pricing
$5/mo starter $149/mo enterprise GPU on demand
:8010

Halal Invoice

Sharia-compliant invoicing โ€” no riba, full transparency, zakat calculation included
create_invoice ยท list_invoices ยท zakat_calc ยท compliance_report
Free basic $19/mo pro
:8011

BRICS+ Trade Hub โ˜…

Public marketplace โ€” SEA suppliers to Gulf buyers, 2% match fee, 4 verticals
list_marketplace ยท search_products ยท active_matches ยท corridor_insights ยท rfq
2% match fee Free first 10 4 verticals
:8012

A2A Orchestrator โ˜… NEW

Agent-to-agent orchestration โ€” run multi-service pipelines with a single API call
orchestrate ยท pipeline ยท status ยท cancel ยท chain ยท parallel ยท schedule
$99/run $499/mo pipeline 1st run free

๐Ÿค– A2A Orchestration โ€” Agent Mesh

TALIMNA's Agent-to-Agent (A2A) Orchestrator lets you chain multiple MCP services into a single pipeline. One API call runs a complete trade workflow across 6+ services automatically.

๐Ÿ“„
Translate
โ†’
โš–๏ธ
Compliance
โ†’
๐Ÿ“Š
Intel
โ†’
๐Ÿค
Match
โ†’
๐Ÿ“‹
Invoice
โ†’
๐Ÿ“ฆ
Dispatch

Supported Pipeline Examples

๐ŸŒ Trade Corridor Pipeline
Translate โ†’ Compliance โ†’ Intel โ†’ Matchmaking โ†’ Invoice
$99/run โ€” 1st free
๐Ÿ“ฆ Logistics Pipeline
Dispatch โ†’ Route Optimize โ†’ Compliance โ†’ Invoice โ†’ Track
$59/run โ€” 1st free
๐Ÿ” Supplier Pipeline
Intel โ†’ Matchmaking โ†’ Compliance โ†’ Content โ†’ Invoice
$129/run โ€” 1st free
๐Ÿค– Order a Pipeline via Bot ๐Ÿ“ข Discuss in Channel

Pay with USDC (Solana), Stripe, or Bank Transfer. Enterprise contracts available.

๐Ÿ“š API Documentation

Every MCP service exposes a RESTful JSON API with the following common patterns

GET
/{service}/health
Service health check โ€” returns status, uptime, rate limits
GET
/{service}/tools
List available tools/endpoints for this service
POST
/{service}/โ€ฆ
Execute service-specific tool (see per-service docs)
POST
/orchestrate
A2A Orchestrator โ€” run a multi-service pipeline
GET
/orchestrate/{id}
Check pipeline status and get results

๐Ÿ” Authentication

All API requests require an API key in the Authorization: Bearer <key> header. Get your free key from @product_service_bot.

๐Ÿ“ฆ Example: cURL Pipeline

curl -X POST https://mcp.talimna.com/orchestrate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"pipeline": "trade-corridor", "input": {"doc": "https://...", "source_lang": "zh", "target_lang": "ar"}}'

๐Ÿ’ป GitHub Repo ๐Ÿค– Get API Key

๐Ÿ“ข Join @TalimnaStore ๐Ÿค– Bot @product_service_bot ๐Ÿ›’ Digital Store

How to Pay

Stripe
Cards, Apple Pay
Via talimna.com
Bank Transfer
Mercury Bank
For B2B >$1K

โœ“ Ethical Compliance Standards

All services operate on fixed-price contracts (Ijara), transparent sale (Bai'), or disclosed fee (Ju'ala). Zero interest, zero speculation, zero uncertainty. Transparent pricing with no hidden fees. All 8 certification bodies recognized globally including JAKIM, BPJPH, ESMA, SFDA.

๐Ÿ”‘ Full API Access โ€” Subscribe Monthly

Get an API key to access all 13 services programmatically + A2A orchestration

Starter
$29/mo
500 req/day
โญ BEST VALUE
$99/mo
5000 req/day
Enterprise
$499/mo
Unlimited
โšก A2A
$199/mo
Pipeline orchestration

๐Ÿค– Order via @product_service_bot ยท ๐Ÿ“ข Ask @TalimnaStore

TALIMNA Ecosystem: ๐Ÿ  HQ ๐Ÿ›’ Store ๐Ÿง  Intel ๐ŸŒ Trade ๐Ÿ”ง Tools ๐ŸŽ“ OpenMAIC ๐Ÿ“ข Telegram

Contact: arya.wang@talimna.com  |  CEO: Arya Wang

๐Ÿ“ข @TalimnaStore ยท ๐Ÿค– @product_service_bot ยท ๐Ÿ›’ Store

TALIMNA โ€” Building commerce infrastructure for the multipolar world