FunAI Store
StoreBuilderTemplatesDocs
FunAI Store

The universal hub for MCP integrations. Connect any tool to ChatGPT.

Product

  • Store
  • Builder
  • Templates
  • Pricing

Resources

  • Documentation
  • Guides
  • API Reference
  • Community

Company

  • About
  • Blog
  • Careers
  • Contact

© 2025 FunAI Store. All rights reserved.

    API Reference

    Complete API documentation for integrating FunAI Store into your applications.

    Quick Start

    Get started with the API in minutes

    Authentication

    Learn about API authentication

    Code Examples

    See examples in multiple languages

    GET/api/mcps

    Get all available MCPs with optional filtering

    categorystring

    Filter by category

    searchstring

    Search query

    verifiedboolean

    Filter verified MCPs only

    GET/api/mcps/:id

    Get detailed information about a specific MCP

    idstringrequired

    MCP identifier

    POST/api/mcps/install
    Auth required

    Install an MCP to user's account

    mcpIdstringrequired

    MCP to install

    GET/api/user/mcps
    Auth required

    Get all MCPs installed by the current user

    POST/api/reviews
    Auth required

    Create a review for an MCP

    mcpIdstringrequired

    MCP identifier

    ratingnumberrequired

    Rating from 1-5

    titlestringrequired

    Review title

    commentstringrequired

    Review content

    GET/api/analytics/usage
    Auth required

    Get usage analytics for installed MCPs