# FluentLab Funding Assistant

Access a comprehensive suite of tools and resources to help startups and small businesses secure funding. Find matching opportunities, manage required documents, and streamline your application proce…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add fundfluent-admin/funding-assistant

# Browse available tools
npx -y @smithery/cli@latest tool list fundfluent-admin/funding-assistant

# Get full schema for a tool
npx -y @smithery/cli@latest tool get fundfluent-admin/funding-assistant get-funding-options

# Call a tool
npx -y @smithery/cli@latest tool call fundfluent-admin/funding-assistant get-funding-options '{}'
```

## Tools (1)

- `get-funding-options` — Retrieve available funding opportunities with detailed information including name and description. Use this tool when u…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get fundfluent-admin/funding-assistant <tool-name>
```

## Resources

- `funding-options://list` — Comprehensive directory of available funding opportunities including grants, loans, and investment programs. Provides e…

## Prompts (2)

- `check-funding-documents` (fundingProgrammeName) — Interactive workflow to check if you have sufficient documents for applying to a specific funding programme. This promp…
- `organize-funding-documents` (fundingProgrammeName) — Interactive workflow to help organize and structure documents for a funding programme application. This prompt provides…

---

Source: https://github.com/fundfluent-admin/funding-assistant
