Server data from the Official MCP Registry
Read-only global event and evidence intelligence with entities, assets, and impact paths.
Read-only global event and evidence intelligence with entities, assets, and impact paths.
2 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Remote servers are capped at 8.0 because source code is not available for review. The score reflects endpoint verification only.
Set these up before or after installing:
Environment variable: TNL_API_KEY
Environment variable: TNL_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"com-theneuralledger-intelligence": {
"env": {
"TNL_API_KEY": "your-tnl-api-key-here",
"TNL_BASE_URL": "your-tnl-base-url-here"
},
"args": [
"-y",
"@theneuralledger/mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
| Package | Purpose |
|---|---|
@theneuralledger/sdk | Typed TypeScript client for the TNL /v1 API |
@theneuralledger/mcp | Read-only MCP server over stdio or Streamable HTTP |
@theneuralledger/gateway | Hosted OAuth, tenant policy, quota, and audit MCP gateway |
@theneuralledger/onboarding | Developer credentials, static sample API, and explorer |
@theneuralledger/events | Webhook contracts, signed delivery, and verification helpers |
@theneuralledger/research | Evidence-first skills, orchestration, MCP App, and web UI |
@theneuralledger/adapters | Shared Cursor and OpenAI workflow contracts and rendering |
@theneuralledger/connectors | Shared n8n, Pipedream, and Zapier action/trigger contracts |
@theneuralledger/cli | tnl CLI, watch command, local cache, and foreground daemon |
tnl-intelligence | Python SDK and optional point-in-time quant research toolkit |
Set a member API key in the environment:
export TNL_API_KEY="..."
Run the MCP server over stdio:
npx -y @theneuralledger/mcp
Or run its localhost Streamable HTTP endpoint:
docker compose up --build
curl http://127.0.0.1:7317/healthz
Use 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)
127.0.0.1 by default.See SECURITY.md and the build plan. Research deployment boundaries and staged rollout are documented in Research operations.
npm install
npm run openapi:sync
npm run validate
Python development uses the project under python/tnl_intelligence.
MIT
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption