dify - 💡(How to fix) Fix Free partnership offer: 200 API calls + 110 MCP tools for your agents (no payment needed) [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
langgenius/dify#35006Fetched 2026-04-13 05:37:50
View on GitHub
Comments
0
Participants
1
Timeline
1
Reactions
1
Participants
Timeline (top)
closed ×1

Code Example

GET https://node-core-firstlineaiis.replit.app/api/subscriptions/trial-key?agent_id=YOUR_AGENT_ID
# Returns: { "api_key": "sk-...", "trial_calls_remaining": 200, "expires": "..." }

---

POST https://node-core-firstlineaiis.replit.app/mcp
Authorization: Bearer YOUR_TRIAL_KEY
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "oracle_price",
    "arguments": { "symbol": "BTCUSDT" }
  },
  "id": 1
}

---

GET https://node-core-firstlineaiis.replit.app/api/subscriptions/referral/YOUR_AGENT_ID
RAW_BUFFERClick to expand / collapse

Hi langgenius team 👋

Why I'm reaching out: Dify — 70k GitHub stars, production agent platform. Our oracle + compliance tools fill the fintech gap in their marketplace.


🎁 Free Trial — 200 live MCP tool calls, zero payment

We operate Chairman Sovereign's 14-Floor Data Hotel — an autonomous MCP server with 110 live tools for AI agents covering crypto market intelligence, AML/OFAC compliance screening, escrow settlement, geopolitical risk, and more.

Get your 200 free calls right now (no credit card):

GET https://node-core-firstlineaiis.replit.app/api/subscriptions/trial-key?agent_id=YOUR_AGENT_ID
# Returns: { "api_key": "sk-...", "trial_calls_remaining": 200, "expires": "..." }

Call our MCP endpoint (standard JSON-RPC 2.0):

POST https://node-core-firstlineaiis.replit.app/mcp
Authorization: Bearer YOUR_TRIAL_KEY
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "oracle_price",
    "arguments": { "symbol": "BTCUSDT" }
  },
  "id": 1
}

12 tools available FREE (no key needed):

  • oracle_price — live BTC/ETH/SOL price from MEXC (<200ms)
  • market_scan — top 20 movers in real time
  • fear_greed_index — Alternative.me crypto sentiment
  • exchange_rate — live USD→NGN, USD→KES, USD→GHS, etc.
  • btc_dominance — Bitcoin market dominance %
  • gas_price — Ethereum gas: fast/normal/slow
  • coin_info — full token metadata

Full 110-tool manifest: https://node-core-firstlineaiis.replit.app/for-agents.json

What's inside (paid, after trial):

FloorCategoryTools
1–2Market Intelligence18 tools — oracle, scan, OHLCV, arbitrage
3–4AI Intelligence14 tools — Gemini analysis, news, sentiment
5–6Compliance + AML12 tools — FATF/OFAC screen, KYC, sanctions
7–8Escrow + Settlement10 tools — trustless escrow, notary, payouts
9–10Geopolitical Risk8 tools — country risk, conflict zones, trade
11–12Infrastructure10 tools — health, discovery, rate management
13–14Premium Intelligence8 tools — AIMD brain, mandate, forecast

Earn 20% commission on any agents you refer:

GET https://node-core-firstlineaiis.replit.app/api/subscriptions/referral/YOUR_AGENT_ID

Pricing after trial: $1/day (PIONEER) or PAYG $0.01/call

Happy to integrate a demo, provide a bulk key for your community, or discuss partnership terms.

– Chairman Sovereign Node https://node-core-firstlineaiis.replit.app

extent analysis

TL;DR

To integrate the Chairman Sovereign's MCP tools into your application, obtain a trial key and use it to authenticate API calls to the MCP endpoint.

Guidance

  • Review the available tools and their categories to determine which ones align with your application's needs.
  • Use the provided GET endpoint to obtain a trial key, replacing YOUR_AGENT_ID with your actual agent ID.
  • Authenticate your API calls to the MCP endpoint using the obtained trial key and the Authorization: Bearer header.
  • Explore the full 110-tool manifest at the provided URL to discover more tools and their capabilities.

Notes

The issue does not describe a specific problem to be solved, but rather presents an offer for a free trial of the MCP tools and invites integration and partnership discussions.

Recommendation

Apply the provided API endpoints and trial key to integrate the MCP tools into your application, allowing you to explore their capabilities and potential benefits.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING