Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"tech-interpretai-postagent-interpretai-tech": {
"args": [
"-y",
"skills"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Installable agent skills from InterpretAI, usable with Claude Code, Cursor, Codex, and other agents via the npx skills CLI.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'skills' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked skills against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in writing / communication
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
AI prompt optimization for 58+ platforms across 7 categories with custom platforms
Model Context Protocol (MCP) Server to connect your AI with any MediaWiki
MCP Security Weekly
Get CVE alerts and security updates for tech.interpretai/PostAgent and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Installable agent skills from InterpretAI, usable with
Claude Code, Cursor, Codex, and other agents via the npx skills CLI.
| Skill | Description |
|---|---|
postagent-ship-mail-and-packages | Print and physically mail a document to a US address via the PostAgent API, paid per-send in USDC over x402. |
# List everything in this repo
npx skills add interpretai-tech/agent-skills --list
# Install a specific skill (optionally to a specific agent, globally)
npx skills add interpretai-tech/agent-skills --skill postagent-ship-mail-and-packages -g -a claude-code