Skip to main content
Glama
LakeSky

agentsapi-sec-filings

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
X402_RPC_URLNoBase RPC endpoint used for sending the USDC payment transaction.https://mainnet.base.org
AGENTSAPI_BASENoBase URL of the AgentsAPI server.https://agentsapi.top
X402_PRIVATE_KEYYesEVM private key (0x...) used to sign x402 payment payloads. This is required for making paid calls.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
sec_filings_todayA

Latest SEC EDGAR filings across 10-K, 10-Q and 8-K form types, sorted by filing time descending (max 40 per call, refreshed every 10 minutes). Each item: form type, company name + CIK, filing time (UTC), EDGAR archive URL. Paid per call: $0.01 USDC on Base, settled automatically over x402.

sec_filings_8kA

Real-time stream of SEC EDGAR 8-K current reports — material corporate events such as M&A, officer changes, earnings releases, delisting and bankruptcy. Sorted by filing time descending, max 40 per call. Paid per call: $0.005 USDC on Base, settled automatically over x402.

sec_filings_service_infoA

Free discovery endpoint: describes the available SEC EDGAR data endpoints, their prices, payment network and wallet address. Use this first to check pricing before calling a paid tool.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation4/5

The three tools are mostly distinct: sec_filings_today covers all form types, sec_filings_8k focuses specifically on 8-K filings, and sec_filings_service_info is a free metadata/pricing endpoint. There is slight overlap between sec_filings_today and sec_filings_8k since 8-Ks are included in the broader tool, but the descriptions clarify the different scopes.

Naming Consistency4/5

All tool names follow a consistent sec_filings_ prefix with a descriptive suffix (today, 8k, service_info). The pattern is predictable, though 'service_info' is slightly less verb-oriented than the other two names.

Tool Count3/5

Three tools is on the low end for a server, but the narrow purpose of SEC filings access makes the count reasonable. The inclusion of a free service info tool is useful, though the server could benefit from additional endpoints like a specific 10-K/10-Q filter or a company-specific lookup.

Completeness3/5

The server covers today's filings and a dedicated 8-K stream, which addresses the core use case of monitoring recent SEC EDGAR filings. However, it lacks obvious complementary operations such as searching by company/CIK, retrieving a specific filing's details, or filtering by date range, leaving notable gaps for a filings-focused API.

Maintenance

ActivityMaintained
ResponsivenessNo issues