FluentLab Funding Assistant MCP Server
MCP Server for the FluentLab’s Funding Assistant API.
Tools
get-funding-options- Get available funding options
- Optional inputs:
limit(number, default: 10, max: 100): Maximum number of funding options to returnpage(number): Page number to retrieve
- Returns: List of funding options with their ids, name, description, slug and information
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:
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
{
"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.
FluentLab Funding Assistant
Project Details
- fundfluent-admin/funding-assistant
- Last Updated: 4/7/2025
Recomended MCP Servers
An MCP server that powers AI agents with indexed blockchain data from The Graph.
GraphQL Schema Model Context Protocol Server
Korea Law Tool
MCP Server for Frontend dev environment (formerly known as vite-mcp-server)
A GUI Panel providing Worker subscriptions and Fragment settings and Warp configs, providing configs for cross-platform clients using...
AI personal assistant for email. Open source app to help you reach inbox zero fast.
Free Bible API with multiple languages
A streaming chat agent using Google ADK and the Model Context Protocol (MCP) Google Maps toolset.





