- Explore MCP Servers
- totoy-mcp
Totoy Mcp
What is Totoy Mcp
totoy-mcp is a repository for the MCP Server designed for the Totoy API, providing various tools for managing knowledge bases and projects.
Use cases
Use cases include creating and managing knowledge bases for applications, integrating with other tools via the MCP Server, and debugging API interactions through the inspector.
How to use
To use totoy-mcp, add the specified configuration to your Claude desktop config file. You can customize the base URL and set environment variables like API_KEY for authentication.
Key features
Key features include tools for creating, modifying, and deleting knowledge bases and sources, as well as managing projects. It also supports an inspector for debugging and running a proxy server.
Where to use
totoy-mcp can be used in software development environments, particularly for applications that require interaction with APIs and management of knowledge bases.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Totoy Mcp
totoy-mcp is a repository for the MCP Server designed for the Totoy API, providing various tools for managing knowledge bases and projects.
Use cases
Use cases include creating and managing knowledge bases for applications, integrating with other tools via the MCP Server, and debugging API interactions through the inspector.
How to use
To use totoy-mcp, add the specified configuration to your Claude desktop config file. You can customize the base URL and set environment variables like API_KEY for authentication.
Key features
Key features include tools for creating, modifying, and deleting knowledge bases and sources, as well as managing projects. It also supports an inspector for debugging and running a proxy server.
Where to use
totoy-mcp can be used in software development environments, particularly for applications that require interaction with APIs and management of knowledge bases.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
@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 Variablesto add - Click
Connect
It should say MCP Server running on stdio in red.
- Click
List Tools
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










