Skip to main content
Glama

Server Details

12-layer security configs for AI coding agents. Autonomous purchase via x402 (USDC on Base).

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
ormuzdo/agentic-security-shield
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct and well-defined purpose: preview, pricing, sample, and purchase. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_preview, get_pricing, get_sample, purchase) using snake_case, making them predictable and easy to understand.

Tool Count5/5

With only 4 tools, the server is tightly scoped to its core functions: providing information and facilitating purchase. This is appropriate for a security product acquisition flow.

Completeness5/5

The tool set covers the complete user journey: learning about the product (preview, pricing, sample) and completing the purchase (purchase). There are no obvious gaps for the intended domain.

Available Tools

4 tools
get_previewInspect

Get a free preview of Agentic Security Shield — what it does, which AI tools and backends it supports, and what security layers are included. No payment required.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_pricingInspect

Get pricing information and payment instructions for Agentic Security Shield. Returns price, accepted payment method (x402/USDC on Base), and step-by-step purchase flow.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_sampleInspect

Get a free sample security rule from Agentic Security Shield. Returns Layer 3 (Secrets Guard) with real code examples showing vulnerable vs. secure patterns. Demonstrates the quality and depth of all 12 layers.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

purchaseInspect

Purchase Agentic Security Shield and receive all security configuration files.

TWO-PHASE FLOW (you MUST do BOTH steps): STEP 1 — on-chain payment + token exchange: a) Send 19 USDC on Base network to the recipient address in /pricing or /.well-known/mcp/server-card.json (payTo field). b) POST /purchase (HTTP REST, not this MCP tool!) Header: x-payment-token: <on-chain transaction hash, 0x + 64 hex> Response: { "download_token": "dl_", "files": {...} }

STEP 2 — call this MCP tool with the dl_ token: purchase({ payment_token: "dl_" })

The on-chain tx hash is single-use and only valid in STEP 1. After STEP 1 you have a 24-hour-valid dl_ download token usable in this MCP tool. Most agents will get the files inline from STEP 1's response and never need to call this MCP tool — it exists for clients that prefer MCP-native delivery.

ParametersJSON Schema
NameRequiredDescriptionDefault
ai_toolNoOptional: the AI tool you use (e.g., 'claude-code', 'cursor', 'copilot'). If provided, the primary config file for this tool will be highlighted in the response.
payment_tokenYesDownload token from STEP 1 (format: 'dl_<uuid>' returned by POST /purchase). NOT the raw on-chain tx hash — that goes to POST /purchase's x-payment-token header in STEP 1.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.