web3 graphql
by Zhuoxin Sun
Query Web3 and on-chain GraphQL endpoints using natural language via the Model Context Protocol.
New: Skill bounties are live. Post a request, fund the bounty, and creators compete for 7 days to build it -> See open bounties
THE AGENSI STORE
6 skills found
by Zhuoxin Sun
Query Web3 and on-chain GraphQL endpoints using natural language via the Model Context Protocol.
Quickstart guide to connect your AI agent to the Agensi marketplace via Model Context Protocol (MCP).
Automated security auditing and risk assessment for Model Context Protocol (MCP) servers.
Scaffold a secure, spec-compliant MCP server from a description of the tools you want to expose. Sets up the official SDK (TypeScript or Python/FastMCP), defines tools/resources/prompts with strict JSON Schema, wires the right transport (stdio or Streamable HTTP), adds OAuth 2.1 for remote, and hardens against the MCP-specific footguns — prompt injection via tool output, token passthrough, over-broad scopes, command/path/SSRF injection, leaked secrets — before it ships. Returns a runnable skeleton plus a security checklist. Built by someone who's shipped production MCP servers.
by Shogun Labs
Battle-tested prompting patterns to eliminate LLM output drift. Sandwich structure, few-shot examples, history limits, retry, and token caps — 6 composable layers for production-grade agent reliability.
by Vivek K
Designs a production-grade MCP server: atomic tools, full contracts, risk classes, approval gates, idempotency, discoverability, and a READY-TO-IMPLEMENT / HARDEN-FIRST / BLOCK verdict — without deploying anything.