@fintainc/aurora-mcp
v1.0.0
Published
Aurora AI - Finta's investor research, CRM, and fundraising MCP server
Downloads
45
Maintainers
Readme
Aurora MCP
Finta's AI Agent for investor research, CRM management, and fundraising assistance.
Installation
npx @fintainc/aurora-mcpOr install globally:
npm install -g @fintainc/aurora-mcpPrerequisites: Python 3.11+ with dependencies:
pip install -r requirements.txtConfiguration
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"aurora": {
"command": "npx",
"args": ["-y", "@fintainc/aurora-mcp"],
"env": {
"OPENAI_API_KEY": "sk-...",
"SERPAPI_API_KEY": "...",
"API_BASE_URL": "https://us-central1-equity-token-stage.cloudfunctions.net/"
}
}
}
}Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"aurora": {
"command": "npx",
"args": ["-y", "@fintainc/aurora-mcp"],
"env": {
"OPENAI_API_KEY": "sk-...",
"SERPAPI_API_KEY": "...",
"API_BASE_URL": "https://us-central1-equity-token-stage.cloudfunctions.net/"
}
}
}
}Tools
| Tool | Description |
|------|-------------|
| web_search | Search Google for investors, companies, market info |
| scrape_website | Extract content from websites |
| analyze_pdf | Read and analyze PDF documents |
| search_knowledge_base | Search Finta's fundraising knowledge |
| get_investor | Get investor info from CRM |
| add_investor | Add investor to CRM |
| edit_investor | Update investor info |
| analyze_image | AI image analysis |
| contact_support | Contact Finta support |
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| OPENAI_API_KEY | Yes | OpenAI API key |
| SERPAPI_API_KEY | Yes | SerpAPI key for web search |
| API_BASE_URL | Yes | Finta backend URL |
Development
# Run locally
python mcp_server.py
# Or via npm
npm startLicense
MIT - Finta
