Skip to main content
Glama

SEC Filing MCP Server

oai_agents.py728 B
from agents import Agent, Runner, ModelSettings from openai.types.shared import Reasoning from ingest.prompt import SUMMARY_PROMPT, VERIFY_PROMPT class DataPrepAgent: def __init__(self): self.summarizer_agent = Agent( name = 'Data Summarizer Agent', instructions = SUMMARY_PROMPT, model = 'gpt-5', output_type = str ) self.verifier_agent = Agent( name = 'Data Verifier Agent', instructions = VERIFY_PROMPT, model = 'o3', model_settings = ModelSettings( reasoning = Reasoning( effort = 'high' ) ), output_type = str )

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/SharhadBashar/SEC-filing-mcp'

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