persona-financial-agent
by namanxdev
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_MODEL | No | OpenAI model identifier used for framing. Defaults to `gpt-4o-mini`. | gpt-4o-mini |
| OPENAI_API_KEY | No | OpenAI API key used for the LLM framing step. Optional — with no key set (or on provider error), a deterministic fallback composer runs instead, so the app, API, and evals all work without it. Put it in `.env` or export it; an exported variable takes precedence over the `.env` file. | |
| SEC_USER_AGENT | No | User-Agent header for SEC's Company Facts API. Only required when rebuilding the database with live SEC data (scripts/build_db.py). Must be a real contact identity (e.g. `your-app your-real-email@your-domain.com`), not a placeholder — the build refuses to run against live SEC with a placeholder address. Not needed to run the MCP server itself against the committed database. |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/namanxdev/persona-financial-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server