fastmcp-ts — security grade SAFE, quality 69/100

Security audit verdict: SAFE · quality 69/100

No red flags found in any of the 11 categories — no credential harvesting, no data exfiltration, no curl-pipe-shell installer. Scanned against the SlowMist agent-security taxonomy, refreshed every 8 hours. Full audit →

by PrefectHQ · MCP Server · ★ 62

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

🔒 Is fastmcp-ts safe to install? View the security audit →

About fastmcp-ts

fastmcp-ts The TypeScript framework for building Model Context Protocol servers, clients, and apps. The official TypeScript counterpart to FastMCP for Python - built and maintained with 💙 by the same team at Prefect. Built on the official . Installation Servers Turn TypeScript functions into MCP tools, resources, and prompts. Input schemas are inferred automatically from any Standard Schema-compatible library: Zod, Valibot, ArkType, and others. typescript import { FastMCP } from '@prefecthq/fastmcp-ts/server' import { z } from 'zod' const server = new FastMCP({ name: 'my-server', version: '1.0.0' }) server.tool( { name: 'add', description: 'Add two numbers', input: z.object({ a: z.number(), b: z.number() }), }, ({ a, b }) = a + b ) server.resource( { uri: 'config://settings', description: 'App configuration' }, () = JSON.stringify({ theme: 'dark', lang: 'en' }) ) server.resource( { uri: 'user://{id}', description: 'User by ID' }, ({ id }) = ) server.prompt( { name: 'reviewcode', description: 'Review code for quality and correctness', arguments: [ { name: 'code', required: true }, { name: 'language', required: false }, ],

agentsaijavascriptllmsmcpmcp-appsmcp-clientmcp-servermcp-toolsmodel-context-protocol

Quick Facts

Stars62
Forks7
LanguageTypeScript
CategoryMCP Server
Quality Score69.2303611413082/100
Open Issues1
Last Updated2026-09-11
Created2026-04-03
Platformscli, mcp, node
Est. Tokens~16k

fastmcp-ts alternative? Top 6 similar tools

Looking for a fastmcp-ts alternative? If you're comparing fastmcp-ts with other mcp server tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.

  • toolhive-studio by stacklok · ⭐ 167

    ToolHive is an application that allows you to install, manage and run MCP servers and connect them to AI agent

  • gram by speakeasy-api · ⭐ 270

    Securely scale AI usage across your organization. A single stack to Connect, Secure, Observe and Distribute ag

  • MCP-Defender by MCP-Defender · ⭐ 255

    Desktop app that automatically scans and blocks malicious MCP traffic in AI apps like Cursor, Claude, VS Code

  • weam by weam-ai · ⭐ 220

    Web app for teams of 20+ members. In-built connections to major LLMs via API. Share chats, prompts, and agents

  • mcp-agent-langchainjs by Azure-Samples · ⭐ 194

    Serverless AI agent using LangChain.js and Model Context Protocol (MCP) integration to order burgers from a bu

  • claude-historian-mcp by Vvkmnn · ⭐ 178

    📜 An MCP server for conversation history search and retrieval in Claude Code

More MCP Server Tools

Explore other popular mcp server tools:

View all MCP Server tools →

Popular TypeScript Agent Tools

Frequently Asked Questions

What is fastmcp-ts?

fastmcp-ts is The official FastMCP TypeScript library for building MCP servers, clients, and apps 🏎️ 🏎️ 🏎️. It is categorized as a MCP Server with 62 GitHub stars.

What programming language is fastmcp-ts written in?

fastmcp-ts is primarily written in TypeScript. It covers topics such as agents, ai, javascript.

How do I install or use fastmcp-ts?

You can find installation instructions and usage details in the fastmcp-ts GitHub repository at github.com/PrefectHQ/fastmcp-ts. The project has 62 stars and 7 forks, indicating an active community.

What are the best alternatives to fastmcp-ts?

The top alternatives to fastmcp-ts on Agent Skills Hub include toolhive-studio, gram, MCP-Defender. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.

How this security grade is produced

Grades come from a rule-based scan built on the SlowMist agent-security taxonomy, covering 11 red-flag categories including credential harvesting, data exfiltration, and curl | sh installers. It is a first-layer scan, not a manual audit — we say so rather than overstate it.

The scale of the problem is documented independently: Liu et al. (2026), in a study of 31,132 agent skills, report that 26.1% contain security vulnerabilities. Our own full-catalog census is published as a citable open dataset.

Sources & who's responsible:

View on GitHub → Browse MCP Server tools