blurrah
MCP Serverblurrahpublic

stdtool

The simplest way to create reusable tools for multiple formats

Repository Info

1
Stars
0
Forks
1
Watchers
0
Issues
TypeScript
Language
-
License

About This Server

The simplest way to create reusable tools for multiple formats

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

stdtool

Stdtool is the easiest way to create reusable tools that can be output to be used by multiple tool calling frameworks such as AI SDK, MCP servers, Langchain.

Install

# npm
npm i stdtool

# yarn
yarn add stdtool

# pnpm
pnpm add stdtool

# bun
bun add stdtool

Usage

Create a reusable tool using the tool() function:

const myTool = tool({
  name: "My tool",
  description: "My custom tool",
  parameters: z.object({}),
  execute: async () => {
    return "Hello world";
  }
})

Then you can use any of the adapters to generate a specific tool for your usecase, e.g. MCP server:

import { mcp } from "tools/adapters/mcp";
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";

const server = new McpServer({
  name: "My server"
});

server.tool(...mcp(myTool))

Quick Start

1

Clone the repository

git clone https://github.com/blurrah/stdtool
2

Install dependencies

cd stdtool
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerblurrah
Repostdtool
LanguageTypeScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation