Skip to main content
Glama

SEC Filing MCP Server

clients.py297 B
from openai import AsyncOpenAI import os from dotenv import load_dotenv from pinecone import Pinecone load_dotenv() openai_client = AsyncOpenAI(api_key=os.getenv("OPENAI_API_KEY")) pinecone_client = Pinecone(api_key=os.getenv("PINECONE_API_KEY")) index = pinecone_client.Index("sec-embeddings")

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