FluentLab Funding Assistant
# FluentLab Funding Assistant MCP Server
[](https://smithery.ai/server/@fundfluent-admin/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.
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion or overlap between tools, as there are no other tools to compare or misselect against. The tool's purpose is clearly defined and distinct by default.
Since there is only one tool, it inherently follows a consistent naming pattern with itself. The tool name uses kebab-case (get-funding-options), which is a clear and readable convention, and there are no other tools to create inconsistency.
A single tool is too few for a server named 'FluentLab Funding Assistant', which implies a broader scope of funding-related operations. This minimal set suggests significant gaps in functionality, such as creating, updating, or managing funding applications, making it under-scoped for the apparent purpose.
The tool set is severely incomplete for a funding assistant domain. It only provides retrieval of funding options, lacking essential operations like applying for funding, tracking applications, updating details, or managing user profiles, which are critical for a comprehensive funding workflow.