The Neural Ledger Intelligence
TNL Intelligence
Open-source developer tools for The Neural Ledger intelligence API.
TNL Intelligence gives AI agents and quantitative research systems structured, source-linked global event intelligence. It is an evidence and research layer, not a broker, an order router, or a source of trading-grade prices.
Packages
Package | Purpose |
| Typed TypeScript client for the TNL |
| Read-only MCP server over stdio or Streamable HTTP |
| Hosted OAuth, tenant policy, quota, and audit MCP gateway |
| Developer credentials, static sample API, and explorer |
| Webhook contracts, signed delivery, and verification helpers |
| Evidence-first skills, orchestration, MCP App, and web UI |
| Shared Cursor and OpenAI workflow contracts and rendering |
| Shared n8n, Pipedream, and Zapier action/trigger contracts |
|
|
| Python SDK and optional point-in-time quant research toolkit |
Related MCP server: alphai-news
Quick Start
Set a member API key in the environment:
export TNL_API_KEY="..."Run the MCP server over stdio:
npx -y @theneuralledger/mcpOr run its localhost Streamable HTTP endpoint:
docker compose up --build
curl http://127.0.0.1:7317/healthzUse the CLI:
npx -y @theneuralledger/cli latest
npx -y @theneuralledger/cli search "Federal Reserve"Use the TypeScript SDK:
import { TnlClient } from '@theneuralledger/sdk';
const client = new TnlClient({ apiKey: process.env.TNL_API_KEY! });
const page = await client.listNews({ sort: 'pipeline', pageSize: 20 });Use the Python SDK:
from tnl_intelligence import TnlClient
with TnlClient(api_key="...") as client:
page = client.list_news(sort="pipeline", page_size=20)Security
API keys are never accepted as visible command-line arguments.
MCP tools are read-only and do not place trades.
Streamable HTTP binds to
127.0.0.1by default.Local daemon events never contain the API key.
Hosted deployments use the separate gateway, TLS ingress, OAuth validation, tenant policy, short-lived upstream capabilities, and distributed quotas.
See SECURITY.md and the build plan. Research deployment boundaries and staged rollout are documented in Research operations.
Development
npm install
npm run openapi:sync
npm run validatePython development uses the project under python/tnl_intelligence.
Documentation
License
MIT
Maintenance
Related MCP Servers
AlicenseAqualityAmaintenanceReal-time financial narrative tracking for AI agents — clustering news into structured narratives, measuring sentiment momentum, and mapping portfolio risk across 109 US equities.22MIT- AlicenseAqualityBmaintenanceReal-time financial news for AI agents and trading bots — AI-enriched stories with per-ticker analysis, a 1–10 relevance score, SEC Form-4 insider transactions, plus trending and "actionable-now" feeds. Free tier, OAuth, no API key to paste.112MIT
- Flicense-qualityDmaintenanceEnables AI agents to query breaking news, verified statistics, and editorial analysis from The Agent Times, covering platforms, commerce, infrastructure, regulations, labor markets, and adoption metrics in the agent economy.
- Flicense-qualityCmaintenanceExposes publisher journalism to LLMs and agent frameworks via search, retrieval, source grounding, and consistent citation, enabling accurate content retrieval with attribution and policy enforcement.
Related MCP Connectors
AI-enriched financial news for AI agents & trading bots: search, trending, insider, scored 1-10.
Real-time financial news for AI agents: search by ticker and source, with sentiment and entities.
Real-time curated crypto news for AI agents with sentiment, recaps, and search.
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/bekirdag/tnl-intelligence'
If you have feedback or need assistance with the MCP directory API, please join our Discord server