Skip to main content
Glama

Thalamic

面向 AI 代理的联邦情报基础设施。

Thalamic 构建了 PLEXUS——唯一按调用付费的 API,将美国政府的原始数据转化为评分化、综合化的情报。41 个联邦数据源。12 个认知推理引擎。5 种情报产品。通过 x402 在 Base 上使用 USDC 支付。无需 API 密钥,无需订阅。

nohumans status


PLEXUS Intelligence API

实时端点: https://plexus-public-production.up.railway.app

情报产品 — 每次调用 $0.20–$0.35

评分化、综合化报告,融合 4–6 个数据源,得出 0–100 的风险评分:

产品

数据源

价格

POST /v1/products/company-risk

EPA + OSHA + CFPB + CourtListener + OpenSanctions + GLEIF

$0.35

POST /v1/products/political-intel

FEC + USASpending + Federal Register + Congress.gov

$0.35

POST /v1/products/supply-chain-risk

OSHA + EPA + SAM.gov + FMCSA

$0.30

POST /v1/products/healthcare-ddil

NPI + CMS Medicare + FDA + CFPB

$0.30

POST /v1/products/nonprofit-intel

IRS 990 + GLEIF + CFPB + CourtListener

$0.20

数据适配器 — 每次调用 $0.01–$0.03

直接规范化访问 29 个联邦数据源:

fec · epa · osha · sec · courtlistener · opensanctions · gleif · cfpb · npi · cms-payments · fda · fda-food · bls · census · fema · fmcsa · usaspending · sam · propublica-990 · nhtsa · worldbank · usgs · federal-register · clinical-trials · fdic · noaa · congress · college-scorecard · web-extract

AI 推理引擎 — 每次调用 $0.05–$0.15

assertion-router · gscore · tribunal · postcog · whetstone · tessryx · verify · oracle-router · dap · homeostasis · signal-diversity


Related MCP server: CorteX402

快速开始

PLEXUS 使用 x402 — 在 Base 上使用 USDC 按调用付费。无需注册。

# Company risk score
curl -X POST https://plexus-public-production.up.railway.app/v1/products/company-risk \
  -H "Content-Type: application/json" \
  -d '{"entity": "ExxonMobil"}'
# Returns HTTP 402 with payment details → pay → retry → get scored intelligence

# Direct FEC data
curl -X POST https://plexus-public-production.up.railway.app/v1/adapters/fec \
  -H "Content-Type: application/json" \
  -d '{"params": {"type": "candidates", "name": "Sanders", "state": "VT"}}'

Python 客户端

import requests

BASE = "https://plexus-public-production.up.railway.app"

# Without x402 payment library — inspect the 402 challenge
r = requests.post(f"{BASE}/v1/products/company-risk", json={"entity": "ExxonMobil"})
print(r.status_code)   # 402
print(r.headers["X-Payment-Required"])  # payment details

# With x402 client library
# pip install x402-client
from x402 import Client
client = Client(wallet_private_key="0x...")
result = client.post(f"{BASE}/v1/products/company-risk", json={"entity": "ExxonMobil"})
print(result.json())

MCP 服务器

PLEXUS 可作为 Model Context Protocol 服务器使用。直接连接任何兼容 MCP 的 AI 客户端。

端点: https://plexus-public-production.up.railway.app/mcp
限定名称: thalamic/plexus-intelligence
传输协议: Streamable HTTP (MCP 2025-03-26)
工具: 46(所有适配器 + 产品 + 引擎)
认证: 无需认证 — 免费连接,x402 支付在每次工具调用时进行

{
  "mcpServers": {
    "plexus": {
      "url": "https://plexus-public-production.up.railway.app/mcp"
    }
  }
}

服务发现

端点

说明

GET /.well-known/x402

x402 发现清单 — 46 个端点、定价、钱包

GET /openapi.json

OpenAPI 3.0 规范

GET /llms.txt

对 LLM 友好的服务描述

GET /mcp

MCP 服务器清单

GET /health

服务健康状态 + 适配器状态


支付

  • 协议: x402 v2

  • 网络: Base 主网 (eip155:8453)

  • 资产: USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)

  • 钱包: 0xBD7dd8b1309823082F42dC04209113 的具体值...

  • 联盟方: Coinbase CDP

无需账户。无需 API 密钥。代理自主发现并支付。


收录列表


开发方

Silent Ampersand LLC 或另一地址 — Simi Valley, CA
thalamic.systems · silentampersand.com


许可证

MIT — 参见 LICENSE

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Pay-per-use clean web reader for AI agents. URL in, markdown plus metadata out, in milliseconds. Settled per-call in USDC over x402 — no signup, no API keys.
    1
    85
    2
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Pay-per-call x402 data products on Base mainnet — sanctions screening, aviation weather, mortgage rates, US property dossier, title chain, wallet balance, and agent session auth. Every call settles in USDC with an on-chain receipt, no accounts or API keys.
    7
    68
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Real-time perp market-data for AI trading agents — funding rates, funding-arb signals, open interest, volume, orderbook depth/slippage and oracle families across 25 venues, plus HIP-3 RWA coverage (tokenized stocks, metals, oil) that mainstream aggregators lack. x402-native pay-per-call (USDC on Base): one free funding screener tool + 11 paid tools with auto-pay.
    12
    15
    2
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Keyless, pay-per-call compliance & regulated-data tools for AI agents: OFAC wallet + sanctions/PEP + KYB screening, SEC filings, FRED economics, FDA recalls, federal awards, and continuous monitoring (watch a wallet/company/brand for status changes). USDC via x402 on Base/Solana, no API key, no signup.

View all related MCP servers

Related MCP Connectors

  • Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.

  • Cross-model evidence pipeline for financial filings & contracts. x402 pay-per-call.

  • 63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.

View all MCP Connectors

Latest Blog Posts

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/duke-of-beans/Thalamic'

If you have feedback or need assistance with the MCP directory API, please join our Discord server