
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
public-api-toolkit
Advanced tools
A cross-platform MCP server that turns public APIs into clean, agent-ready tools.
Public API Toolkit is a cross-platform MCP server that turns public APIs into clean, agent-ready tools.
It packages 41 grouped public_api_<group> tools behind one local MCP server, so agents can ask for weather, countries, crypto prices, holidays, Wikipedia summaries, open data, transport lookups, and dozens of other structured API results without scraping web pages first.
| Client | Status | Notes |
|---|---|---|
| Codex | Direct | Local stdio MCP server via ~/.codex/config.toml |
| Claude Code | Direct | Local stdio MCP server via .mcp.json or claude mcp add-json |
| Cursor | Direct | Local stdio MCP server via mcp.json |
| OpenCode | Direct | Local MCP server via opencode.jsonc |
| Gemini CLI | Direct | Local settings.json MCP or extension install from this repo |
| GitHub Copilot CLI | Direct after publish | Direct repo plugin install via .claude-plugin and .mcp.json |
| Generic MCP clients | Direct | Use the same stdio command shape if the client supports local MCP processes |
| ChatGPT Apps / remote MCP | Partial | Requires a remote MCP transport; this repo currently ships stdio only |
npm install
npm test
npm run build
node dist/index.js
npx -y public-api-toolkit
Public API Toolkit exposes 41 tools across these categories:
The full catalog lives in docs/configuration/tool-groups.md.
Most tools work without authentication. Optional premium-compatible providers are activated through PUBLIC_APIS_<NAME> environment variables such as:
PUBLIC_APIS_FINNHUBPUBLIC_APIS_ALPHAVANTAGEPUBLIC_APIS_FREDPUBLIC_APIS_OMDBPUBLIC_APIS_TMDBPUBLIC_APIS_CARBON_INTERFACEPUBLIC_APIS_MAILCHECKPUBLIC_APIS_KICKBOXPUBLIC_APIS_OPEN_CHARGE_MAPPUBLIC_APIS_FOODDATA_CENTRALDetails:
This repo includes:
plugins/public-api-toolkit/.mcp.json for Codex-compatible MCP packagingplugins/public-api-toolkit/.codex-plugin/plugin.json for Codex plugin metadata.claude-plugin/plugin.json and root .mcp.json for direct GitHub Copilot CLI plugin installgemini-extension.json and GEMINI.md for Gemini CLI extension install.codex/INSTALL.md and .opencode/INSTALL.md for fetch-and-follow setup flowsskills/public-api-toolkit/SKILL.md for agent routing guidanceexamples/ with ready-to-copy config snippetspublic-api-toolkit/1.0FAQs
43 agent skills for real-time public data. Free. No keys. Token-efficient.
The npm package public-api-toolkit receives a total of 11 weekly downloads. As such, public-api-toolkit popularity was classified as not popular.
We found that public-api-toolkit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.