-
Notifications
You must be signed in to change notification settings - Fork 117
Fix #318: Add ToolPipe MCP Server - 145+ Developer Tools for AI Agents #321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
JiwaniZakir
wants to merge
1
commit into
pathintegral-institute:main
Choose a base branch
from
JiwaniZakir:fix/318-add-toolpipe-mcp-server-145-developer-to
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| { | ||
| "name": "toolpipe", | ||
| "display_name": "ToolPipe", | ||
| "description": "145+ developer utility tools for AI agents via a single MCP connection, including code review, fake data generation, JSON Schema validation, security headers checking, API client generation, OpenAPI spec generation, CSV analysis, code minification, code formatting, QR codes, hashing, UUID, DNS lookup, regex testing, JWT decode, SQL formatting, XML/YAML conversion, text summarization, and more.", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/COSAI-Labs/make-money-30day-challenge" | ||
| }, | ||
| "homepage": "https://www.npmjs.com/package/@cosai-labs/toolpipe-mcp-server", | ||
|
Comment on lines
+5
to
+9
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 1. Wrong repository url The ToolPipe manifest’s repository.url points to COSAI-Labs/make-money-30day-challenge, which is inconsistent with the ToolPipe npm package homepage and will cause the registry to show and fetch GitHub metadata (e.g., stars/link) for the wrong project. Agent Prompt
|
||
| "author": { | ||
| "name": "COSAI-Labs" | ||
| }, | ||
| "license": "MIT", | ||
| "categories": [ | ||
| "Dev Tools" | ||
| ], | ||
| "tags": [ | ||
| "developer-tools", | ||
| "code-review", | ||
| "security", | ||
| "devops", | ||
| "data-generation", | ||
| "api-development", | ||
| "text-processing", | ||
| "conversion" | ||
| ], | ||
| "installations": { | ||
| "npm": { | ||
| "type": "npm", | ||
| "command": "npx", | ||
| "args": ["-y", "@cosai-labs/toolpipe-mcp-server"] | ||
| } | ||
| }, | ||
| "is_official": false | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: pathintegral-institute/mcpm.sh
Length of output: 1081
🌐 Web query:
@cosai-labs/toolpipe-mcp-server npm package repository GitHub💡 Result:
The GitHub repository for the
@cosai-labs/toolpipe-mcp-servernpm package is https://github.com/COSAI-Labs/toolpipe-mcp-server. It is an MCP (Model Context Protocol) server providing 35+ developer utility APIs (e.g., JSON formatting, QR code generation, hashing, UUID, DNS lookup, etc.) accessible to AI agents like Claude, Cursor, VS Code, and Windsurf. The package is installed via npx@toolpipe/mcp-server(note: the npm scoped name in docs is@toolpipe/mcp-server, while the query and GitHub suggest@cosai-labs/toolpipe-mcp-server; likely related or aliased). Created April 3, 2026. Requires Node.js 18+. Free tier: 100 API calls/day; Pro: 10k/day for $9.99/mo via https://toolpipe.dev.Citations:
Update repository URL to point to the toolpipe-mcp-server repository.
The URL currently points to "make-money-30day-challenge" but should reference the actual toolpipe-mcp-server source code at
https://github.com/COSAI-Labs/toolpipe-mcp-server.🤖 Prompt for AI Agents