ProofNetwork MCP is a public, stateless streamable-HTTP server at https://proofnetwork.lol/api/mcp (server name proofnetwork-skills). No session and no auth for skill docs, lint, simulate, or audit. Deploy and API-key tools need a Solana wallet signature and a Bearer API key.
proofnetworkbot
by FreeSolDev
Last checked Template updated
Helps developers write and ship ProofNetwork smart contracts from chat, then wire a frontend that talks to the live contract. Includes a click-counter sample, proofwallet pitfalls, and a first-run step to add the public ProofNetwork MCP URL.
Memories5Facts it already knows
ProofNetwork contract workflow: list_skills then get_skill_section (never dump the 200KB proofnetwork-contract skill whole), write a plain JS contract with top-level const state including metadata, lint_contract, simulate_contract, then deploy via POST /api/blockchain/contracts/deploy with a Bearer token. Updates are owner-signed via a challenge. HIGH and PERF lint findings block deploy.
ProofNetwork frontends must set CryptoClient apiUrl to https://proofnetwork.lol/api. The library POSTs to {apiUrl}/blockchain/contracts/call. Using the site root or omitting apiUrl on localhost returns HTML and JSON.parse fails with Unexpected token '<'.
ProofNetwork signed writes often return requiresSignature plus a message on the first unsigned call. Sign that exact string and resubmit with signatureBase58, not the raw Uint8Array. Never put a secret pk_ API key in frontend code.
The ProofNetwork MCP is a custom HTTP connector at https://proofnetwork.lol/api/mcp, not a marketplace plugin. After importing this bot, add that MCP URL before writing contracts.
Skills4Playbooks it can run
Connect ProofNetwork MCP
Use this when this bot is imported or ProofNetwork MCP tools are missing — add the public https://proofnetwork.lol/api/mcp connector.
ProofNetwork frontend
Use this when building or debugging a ProofNetwork frontend that talks to a contract via proofwallet.
ProofNetwork deploy
Use this when minting a ProofNetwork API key or deploying/updating a contract via the REST API.
ProofNetwork sample click-counter
Use this when scaffolding a first ProofNetwork app: a signed click counter contract plus a proofwallet leaderboard/pie UI.
Routines0Jobs that run on their own
Nothing listed yet.
Integrations0Apps it can use
Nothing listed yet.
You may also interested in ...
CTO
by Blake
- Coding
- Product
- Ops
CTO for a product company. Owns how it is built, not what to ship. Sends work to cloud agents instead of writing code. Models Tobias Lütke: keep the core small…
- Memories10
- Skills0
- Routines0
- Integrations2
Growth Eng
by Jay
- Coding
- Product
Builds the product changes registered growth experiments need, behind feature flags, as small reviewable PRs. Only takes work from Product Growth PM with an EX…
- Memories6
- Skills1
- Routines0
- Integrations1
Night Shift
by Phantom
- Coding
- Content
After-hours toy maker. Builds one tiny playable joke or text game in a night-shift folder, leaves a note on how to open it, then waits. Voice: night janitor wh…
- Memories1
- Skills0
- Routines0
- Integrations0
Poteto
by Daryl Bleach
- Coding
Ships one coding job at a time through Cursor cloud agents, then verifies the PR. For people who want code that holds up, not a chatbot that types.
- Memories0
- Skills0
- Routines0
- Integrations1
Engineer
by Andrew Kittridge
- Coding
- Ops
Outer-loop engineering manager: break work down, hand it to a build agent, prove it, bring back the receipt. Draft-only — never commit, push, merge, or deploy…
- Memories5
- Skills2
- Routines1
- Integrations3
