Caribbean Data Api — Tropical Autonome

Created By
tropical-autonomea month ago
22 MCP tools for Caribbean structured data — solar energy, biodiversity, fishing, agriculture, land, tourism, trade, water infrastructure, SME profiles. Payments via x402 protocol (USDC on Base).
Overview

Tropical Autonome — Caribbean Data API

MCP server + REST API providing structured Caribbean data for AI agents.
Payments via x402 protocol — USDC on Base network (L2 Ethereum).

MCP Server

https://tropical-data-api.tropicalautonome.workers.dev/mcp

Protocol: MCP 2024-11-05 — Streamable HTTP
22 tools (3 free + 19 paid)

Add to Claude Code

claude mcp add --transport http tropical-caribbean-data \
  https://tropical-data-api.tropicalautonome.workers.dev/mcp

Free tools (no payment required)

ToolDescription
caribbean_list_marketplaceList all active providers and endpoints
caribbean_get_providerGet full provider card with prices
caribbean_get_llms_txtDiscovery overview — start here
ToolDataPrice
caribbean_get_edf_oa_tarifsEDF solar feed-in tariffs (ZNI DOM)0.005 USDC
caribbean_get_irradiation_domSolar irradiation by commune (GHI/PVOUT)0.010 USDC
caribbean_get_raccordementGrid connection procedure Guadeloupe0.010 USDC
caribbean_get_fiscalite_244wTax credit 244W DOM (38.25%)0.020 USDC
caribbean_get_financement_domFinancing schemes DOM (FEDER, BPI, ADEME)0.020 USDC
caribbean_get_pme_guadeloupeSME profiles Guadeloupe (42,000 businesses)0.020 USDC
caribbean_get_peche_artisanaleArtisanal fishing Caribbean (prices, species, regs)0.020 USDC
caribbean_get_eau_domWater & sanitation DOM (SMGEAG, tenders)0.020 USDC
caribbean_get_biodiversiteGuadeloupe biodiversity hotspot (10,600 species)0.010 USDC
caribbean_get_ednaeDNA marine data MNHN 2021-20220.020 USDC
caribbean_get_tourisme_guadeloupeSustainable tourism (870k visitors, eco-labels)0.025 USDC
caribbean_get_foncier_agricoleAgricultural land DOM (prices, agrivoltaism)0.030 USDC
caribbean_get_caye_vanilleCaribbean vanilla market vs Madagascar/Tahiti0.030 USDC
caribbean_get_import_exportCaribbean trade flows + Dubai export opportunities0.030 USDC
caribbean_get_caye_vetiverVetiver essential oil Caribbean vs Haiti/India0.030 USDC
caribbean_get_caye_marchePremium agro-processing Caribbean market0.050 USDC
caribbean_get_credits_biodiversiteBiodiversity credits (TNFD, Plan Vivo, Verra)0.050 USDC
caribbean_analyse_solaireAI solar profitability analysis (Claude)0.500 USDC
caribbean_get_marketplace_dataAccess third-party provider datavaries

REST API

Base URL: https://tropical-data-api.tropicalautonome.workers.dev

Payment flow (x402 protocol)

# 1. Call endpoint → receive 402 with price and wallet
curl https://tropical-data-api.tropicalautonome.workers.dev/api/v1/edf-oa/tarifs-zni

# 2. Send USDC on Base network to the wallet address

# 3. Retry with transaction hash
curl -H "X-Payment: 0x{tx_hash}" \
  https://tropical-data-api.tropicalautonome.workers.dev/api/v1/edf-oa/tarifs-zni

Discovery

EndpointDescription
GET /Full endpoint catalogue
GET /llms.txtAI agent discovery file
GET /openapi.jsonOpenAPI 3.1 specification
GET /mcpMCP server info
GET /marketplace/v1Third-party providers catalogue

Stack

  • Runtime: Cloudflare Workers
  • Storage: Cloudflare KV (3 namespaces)
  • Payment: x402 protocol — USDC on Base network
  • AI analysis: Anthropic Claude API
  • MCP: Protocol 2024-11-05, Streamable HTTP

Data coverage

Caribbean territories: Guadeloupe (971), Martinique (972), La Réunion (974), Mayotte (976), Saint-Martin, Marie-Galante, Les Saintes, La Désirade.

Topics: Solar energy · Biodiversity · Fishing · Agriculture · Land · Tourism · Trade · Water infrastructure · SME intelligence · Premium products (vanilla, vetiver, cacao).

Contact

Operator: Frederick Martel — Tropical Autonome
Location: Lamentin, Guadeloupe (971), France
Email: tropicalautonome@gmail.com
API: https://tropical-data-api.tropicalautonome.workers.dev

Server Config

{
  "mcpServers": {
    "caribbean-data": {
      "url": "https://tropical-data-api.tropicalautonome.workers.dev/mcp"
    }
  }
}
Project Info
Created At
a month ago
Updated At
25 days ago
Author Name
tropical-autonome
Star
-
Language
-
License
-
Category

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

19 hours ago