Process PDFs with Local Automation
PDF workflows often require extraction, conversion, merging, and form filling across many files. This skill gives Claude, Codex, and Claude Code practical instructions and helper scripts for local PDF work.
Build Better MCP Servers
MCP server design is difficult because agents need focused tools, clear schemas, and reliable evaluations. This skill guides planning, implementation, testing, and evaluation for Python and TypeScript MCP servers.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "mcp-builder" from https://skillstore.io/skills/composiohq-mcp-builder.md and its manifest at https://skillstore.io/api/skills/composiohq-mcp-builder/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "mcp-builder". Plan an MCP server for a project management API.
Expected outcome:
Using "mcp-builder". Review my TypeScript MCP server before release.
Expected outcome:
Using "mcp-builder". Create evaluations for a new support ticket MCP server.
Expected outcome:
Most static findings are false positives from markdown examples, TypeScript template literals, placeholder secrets, and public documentation URLs. The real security concern is the evaluation harness, which can launch or connect to user-supplied MCP servers while forwarding headers or environment variables. No evidence found of prompt injection intended to influence this marketplace audit.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/composiohq-mcp-builder/audits/7?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/composiohq-mcp-builder?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/composiohq-mcp-builder?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/composiohq-mcp-builder/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/composiohq-mcp-builder.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>ComposioHQ. (2026). mcp-builder security audit report (audit version 7) [Author version unspecified]. Skillstore. https://skillstore.io/skills/composiohq-mcp-builder/audits/7@techreport{composiohq-composiohq-mcp-builder-2026,
author = {ComposioHQ},
title = {mcp-builder security audit report (audit version 7)},
institution = {Skillstore},
year = {2026},
number = {7},
url = {https://skillstore.io/skills/composiohq-mcp-builder/audits/7},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "mcp-builder security audit report (audit version 7)"
version: "unspecified"
type: report
authors:
- name: "ComposioHQ"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/composiohq-mcp-builder/audits/7"
identifiers:
- type: other
value: "skillstore:composiohq-mcp-builder:audit:7"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
doyajin174-mcp-builder
2026-08-21
mcp-builder
2026-08-21
azeem-2-mcp-builder
2026-08-21
mcp-use-mcp-builder
2026-08-21
shubhamsaboo-mcp-builder
2026-08-21
yyh211-mcp-builder
2026-08-21
cam10001110101-mcp-builder
2026-08-21
dyai2025-mcp-builder
2026-08-21
zhanlincui-mcp-builder
2026-08-21
92bilal26-mcp-builder
2026-08-21
sickn33-mcp-builder
2026-08-21
artemisai-mcp-builder
2026-08-21
composiohq-mcp-builder
2026-08-21
autumnsgrove-mcp-builder
2026-08-21
davila7-mcp-builder
2026-08-21
Plan tool names, schemas, response formats, and shared utilities before writing server code.
Follow language-specific guidance for validation, async API calls, error handling, and server setup.
Create realistic read-only questions and run them through an MCP evaluation harness.
Help me plan an MCP server for this API. Identify the most useful agent workflows, tool names, inputs, outputs, and evaluation questions.
Using the MCP builder guidance, create a Python FastMCP server for these workflows. Include Pydantic input models and clear error handling.
Using the MCP builder guidance, create a TypeScript MCP server with Zod schemas, strict typing, useful annotations, and concise responses.
Review this MCP server and evaluation file. Find gaps in tool design, validation, response size, error messages, and test coverage.
Author
ComposioHQLicense
Complete terms in LICENSE.txt
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
02f077c174c5335e2f5d02ca15e77b70d9543e58
Maintenance freshness
7/18/2026
Usage
6 downloads ยท 279 views
File structure
๐ reference/
๐ evaluation.md
๐ node_mcp_server.md
๐ python_mcp_server.md
๐ scripts/
๐ connections.py
๐ evaluation.py
๐ requirements.txt
๐ LICENSE.txt
๐ SKILL.md
Process PDFs with Local Automation
PDF workflows often require extraction, conversion, merging, and form filling across many files. This skill gives Claude, Codex, and Claude Code practical instructions and helper scripts for local PDF work.
Analyze Meeting Communication Patterns
Meeting transcripts can hide repeated habits that affect trust, clarity, and leadership. This skill helps Claude, Codex, or Claude Code turn transcripts into specific feedback and next steps.
Generate Changelogs from Git Commits
Release teams often spend hours turning technical commits into customer-ready updates. This skill groups commit history and drafts clear changelogs for releases, weekly summaries, and product announcements.
Draft Research-Backed Articles
Long-form writing often stalls when research, outlines, and feedback are separate tasks. This skill guides Claude, Codex, and Claude Code through research-backed drafting.
Enhance Images and Screenshots
Low-quality screenshots can reduce trust in documentation, presentations, and social posts. This skill guides Claude, Codex, or Claude Code to improve clarity, size, and sharpness.
Apply Anthropic Brand Guidelines
Teams often need consistent Anthropic-style colors and typography across generated artifacts. This skill gives Claude, Codex, and Claude Code clear styling rules for visual work.
Build Reliable Playwright Tests
by C0ntr0lledCha0s
Playwright test suites can become flaky, slow, and difficult to maintain. This skill provides practical patterns for locators, fixtures, page objects, debugging, mocking, and configuration.
Build Reliable Async Python
by 0xDarkMatter
Async Python code often fails due to blocking calls, unbounded tasks, and weak cleanup. This skill provides reusable asyncio patterns, examples, and references for robust concurrent services.
Build FastAPI APIs with Reusable Patterns
by 0xDarkMatter
FastAPI projects need consistent choices for validation, dependencies, middleware, and background work. This skill gives Claude, Codex, and Claude Code reusable patterns for practical Python API development.
Add Python Type Safety Patterns
by 0xDarkMatter
Python type annotations can be hard to apply consistently across real projects. This skill gives Claude, Codex, and Claude Code practical patterns for safer typed Python code.
Build Starknet Apps with starknet.js
by internet-court
Starknet integrations require precise provider, account, transaction, and fee handling across several APIs. This skill provides focused starknet.js v9.x patterns for reliable TypeScript applications.
Improve Vue 3 Code Quality
by vuejs-ai
Vue projects often collect reactivity, component, and performance mistakes over time. This skill gives targeted Vue 3 guidance for safer patterns and clearer code.