Welcome to the Destinations API Claude Plugin documentation. This page serves as a central hub for all documentation resources.
For users who want to install and use the plugin:
- Main README - Installation, quick start, and basic usage
- Usage Examples & Tutorials - Comprehensive examples and real-world scenarios
For developers who want to understand the API or contribute:
- API Reference - Complete API endpoint documentation
- Contributing Guide - Plugin development and contribution workflow
- Claude Instructions (CLAUDE.md) - Development guidance for Claude Code
Each command is documented in both user and technical contexts:
| Command | User Guide | Technical Details |
|---|---|---|
/destinations-api:destinations-search |
README | commands/destinations-search.md |
/destinations-api:billing-updates |
README | commands/billing-updates.md |
/destinations-api:lookup-number |
README | commands/lookup-number.md |
/destinations-api:compare-billing |
README | commands/compare-billing.md |
| Agent | User Guide | Technical Details |
|---|---|---|
| Telecom Routing Advisor | README | agents/telecom-routing-advisor.md |
| Billing Trend Analyst | README | agents/billing-trend-analyst.md |
| Fraud Detection Helper | README | agents/fraud-detection-helper.md |
| Endpoint | Purpose | Documentation |
|---|---|---|
GET /search/ |
Search destinations | API Reference |
GET /updates/ |
Historical billing updates | API Reference |
GET /updates/recent |
Recent billing changes | API Reference |
GET /updates/summary |
Update statistics | API Reference |
Billing increments are formatted as interval_1/interval_n:
| Format | Meaning | Quality | Documentation |
|---|---|---|---|
1/1 |
Per-second from start | ★★★★★ Best | API Reference |
60/1 |
60s min, then per-second | ★★★★ Better | README |
60/60 |
Per-minute billing | ★★ Standard | Examples |
Mobile Country Code (MCC) + Mobile Network Code (MNC):
- Format: Concatenated digits (e.g.,
45601) - Example:
456(Cambodia) +01(Cellcard) =45601 - Usage: Identify specific carrier networks
- Documentation: API Reference - Data Formats
International phone number standard:
- Format:
+[country code][subscriber number] - Example:
+1 212 555 0100(USA),+855 12 345 6789(Cambodia) - Documentation: API Reference - Data Formats
1. Search destination
→ /destinations-api:destinations-search [country] mobile
2. Compare billing
→ /destinations-api:compare-billing [options]
3. Get recommendation
→ Use telecom routing advisor agent
1. Look up number
→ /destinations-api:lookup-number [phone]
2. Verify authenticity
→ Use fraud detection helper agent
3. Make decision
→ Allow, verify, or block based on analysis
1. Check recent updates
→ /destinations-api:billing-updates recent
2. Analyze trends
→ Use billing trend analyst agent
3. Take action
→ Update routing, notify team, forecast costs
| Issue | Solution | Documentation |
|---|---|---|
| Commands not appearing | Restart Claude Code after install | README - Troubleshooting |
| Rate limit errors | Wait or increase pagination | API Reference - Rate Limiting |
| No results found | Check country name format (UPPERCASE) | README - Troubleshooting |
| Installation errors | Check marketplace path and format | Contributing - Development Setup |
- Issues: Report on GitHub
- API Questions: API Documentation
- Plugin Development: Contributing Guide
- Base URL:
https://destinations-api.telecomsxchange.com - Rate Limit: 100 requests per minute
- Authentication: None required (open access)
- Coverage: 200+ countries, 1000+ operators
We welcome contributions! Whether you're:
- Fixing a bug
- Adding a new command
- Improving documentation
- Suggesting features
Check out our Contributing Guide to get started.
- Plugin Version: 1.0.0
- API Version: 1.0
- Last Updated: 2025-10-12
- Changelog: View version history
See LICENSE file for details.
- Destinations API: https://destinations-api.telecomsxchange.com
- OpenAPI Spec: https://destinations-api.telecomsxchange.com/openapi.json
- Claude Code Docs: https://docs.claude.com/en/docs/claude-code
- E.164: ITU-T international phone number format
- E.212: ITU-T mobile network identification
- MCC/MNC: Mobile Country Code and Mobile Network Code standards
Need help navigating the docs? Start with the Main README for installation and basic usage, then explore specific topics using the links above.