DIY Tools MCP Server
by hesreallyhim
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_toolB | Add a new custom tool/function to the server |
| remove_toolB | Remove a custom tool/function from the server |
| list_toolsA | List all available custom tools |
| view_sourceB | View the source code of a registered custom tool |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| data_processor | Example python function: data_processor |
| simple_math | Example python function: simple_math |
| text_analyzer | Example python function: text_analyzer |
| web_scraper | Example python function: web_scraper |
| api_client | Example javascript function: api_client |
| date_formatter | Example javascript function: date_formatter |
| json_transformer | Example javascript function: json_transformer |
| string_utils | Example javascript function: string_utils |
| file_operations | Example bash function: file_operations |
| system_info | Example bash function: system_info |
| text_analyzer | Example ruby function: text_analyzer |
| math_utils | Example entry-points function: math_utils |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hesreallyhim/diy-tools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server