A favicon of FluentLab Funding Assistant

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 process with our easy-to-use API.

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install fundfluent-admin/funding-assistant -c claude

This command will automatically install and configure the FluentLab Funding Assistant MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "FluentLab Funding Assistant": {
      "command": "npx",
      "args": [
        "-y",
        "@fundfluent/funding-assistant"
      ]
    }
  }
}

FluentLab Funding Assistant MCP Server

smithery badge NPM Downloads NPM License

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:

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.

Share:
Details:
  • Stars


    0
  • Forks


    0
  • Last commit


    3 months ago
  • Repository age


    4 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to FluentLab Funding Assistant:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit