Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for Portals Protocol - Give your AI agent access to decentralized tools
Connect your AI agent (Claude, Cursor, etc.) to community-built APIs on Solana. Agents discover Portals on-chain, pay in USDC per use, and access tools autonomously—no API keys, no subscriptions, no human intervention.
Live on Mainnet • Browse Portals • Docs
Add to your MCP config (Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"portals": {
"command": "npx",
"args": ["-y", "@portalsprotocol/mcp-server"],
"env": {
"PORTALS_WHITELIST": "PORTAL_ID_1,PORTAL_ID_2"
}
}
}
}Browse available Portals: https://portalsprotocol.com/browse
Example Portals (built by the community):
Each Portal is a product with multiple related tools. Agents pay per use in USDC. No subscriptions. No accounts.
~/.portals/wallet.jsonZero human interaction after setup.
`PORTALS_WHITELIST` - Comma-separated Portal IDs to enable:
"PORTALS_WHITELIST": "ABC123...,DEF456..."Find Portal IDs: https://portalsprotocol.com/browse
`PORTALS_NETWORK` - Chain to use (default: mainnet-beta)
"PORTALS_NETWORK": "mainnet-beta"`PORTALS_RPC` - Custom RPC endpoint (default: public Solana RPC)
"PORTALS_RPC": "https://your-rpc.example.com"On first execution, the server:
~/.portals/ directory~/.portals/wallet.jsonExample output:
New wallet created: 7xK9...Abc
Wallet saved to: /Users/you/.portals/wallet.json
💰 Wallet Balance:
SOL: 0
USDC: 0
⚠️ WARNING: No SOL for gas fees!
Send SOL to: 7xK9...Abc
⚠️ WARNING: No USDC for payments!
Send USDC to: 7xK9...Abc
Portal calls will fail until funded.~/.portals/wallet.json (mode 0600)This package includes full TypeScript source code for complete transparency. Review before connecting your AI agent.
MIT © Portals Protocol
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.