totoy-mcp

totoy-ai/totoy-mcp

3.2

If you are the rightful owner of totoy-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Model Context Protocol (MCP) server is a versatile tool designed to facilitate seamless integration and management of various AI models and data sources. It provides a standardized interface for interacting with different AI services, making it easier for developers to build and deploy AI-powered applications.

Tools
  1. createexplanation

    Tool for creating explanations for AI model outputs.

  2. createknowledgebase

    Tool for creating new knowledge bases.

  3. listknowledgebases

    Tool for listing all available knowledge bases.

  4. getknowledgebase

    Tool for retrieving details of a specific knowledge base.

  5. modifyknowledgebase

    Tool for modifying existing knowledge bases.

  6. deleteknowledgebase

    Tool for deleting knowledge bases.

  7. chatwithknowledgebase

    Tool for interacting with a knowledge base through chat.

  8. addknowledgebasesources

    Tool for adding sources to a knowledge base.

  9. listknowledgebasesources

    Tool for listing sources within a knowledge base.

  10. getknowledgebasesource

    Tool for retrieving a specific source from a knowledge base.

  11. deleteknowledgebasesource

    Tool for deleting a source from a knowledge base.

  12. createtextsource

    Tool for creating a text-based source.

  13. createdocumentsource

    Tool for creating a document-based source.

  14. listsources

    Tool for listing all available sources.

  15. getsource

    Tool for retrieving details of a specific source.

  16. modifysource

    Tool for modifying existing sources.

  17. deletesource

    Tool for deleting sources.

  18. getsourcecontent

    Tool for retrieving the content of a source.

  19. createproject

    Tool for creating new projects.

  20. listprojects

    Tool for listing all available projects.

  21. getproject

    Tool for retrieving details of a specific project.

  22. modifyproject

    Tool for modifying existing projects.

  23. deleteproject

    Tool for deleting projects.

  24. getorganization

    Tool for retrieving organization details.

@totoy/totoy-mcp

MCP client config

Add the following to ~/Library/Application\ Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "totoy-mcp": {
      "command": "npx",
      "args": ["-y", "@totoy/totoy-mcp"],
      "env": {
        "API_KEY": "..."
      }
    }
  }
}

Customizing the base URL

Set the environment variable OPEN_MCP_BASE_URL to override each tool's base URL. This is useful if your OpenAPI spec defines a relative server URL.

Other environment variables

  • API_KEY

Tools

createexplanation

createknowledgebase

listknowledgebases

getknowledgebase

modifyknowledgebase

deleteknowledgebase

chatwithknowledgebase

addknowledgebasesources

listknowledgebasesources

getknowledgebasesource

deleteknowledgebasesource

createtextsource

createdocumentsource

listsources

getsource

modifysource

deletesource

getsourcecontent

createproject

listprojects

getproject

modifyproject

deleteproject

getorganization

Inspector

Needs access to port 3000 for running a proxy server, will fail if http://localhost:3000 is already busy.

npx -y @modelcontextprotocol/inspector npx -y @totoy/totoy-mcp
  • Open http://localhost:5173
  • Transport type: STDIO
  • Command: npx
  • Arguments: -y @totoy/totoy-mcp
  • Click Environment Variables to add
  • Click Connect

It should say MCP Server running on stdio in red.

  • Click List Tools