Skip to main content
Glama

FluentLab Funding Assistant

README.md1.86 kB
# FluentLab Funding Assistant MCP Server [![smithery badge](https://smithery.ai/badge/@fundfluent-admin/funding-assistant)](https://smithery.ai/server/@fundfluent-admin/funding-assistant) ![NPM Downloads](https://img.shields.io/npm/dw/@fundfluent/funding-assistant) ![NPM License](https://img.shields.io/npm/l/@fundfluent/funding-assistant) MCP Server for the FluentLab's Funding Assistant API. ## Tools 1. `get-funding-options` - Get available funding options - Optional inputs: - `limit` (number, default: 10, max: 100): Maximum number of funding options to return - `page` (number): Page number to retrieve - Returns: List of funding options with their ids, name, description, slug and information 2. `get-document-checklist-for-funding-programme` - Get the required documents to apply for a funding programme - Required inputs: - `slug` (string): Unique slug defined by FluentLab for a funding option - Returns: List of required documents to apply for a funding programme ## Setup ### Installing via Smithery To install funding-assistant for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@fundfluent-admin/funding-assistant): ```bash npx -y @smithery/cli install @fundfluent-admin/funding-assistant --client claude ``` ### Usage with Claude Desktop Add the following to your `claude_desktop_config.json`: #### npx ```json { "mcpServers": { "funding-assistant": { "command": "npx", "args": [ "-y", "@fundfluent/funding-assistant" ] } } } ``` ### Troubleshooting ## License This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

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/fundfluent-admin/funding-assistant'

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