Skip to main content
Glama
MCPAQL

MakerPerks MCP-AQL Adapter

by MCPAQL

MakerPerks MCP-AQL Adapter

A native MCP-AQL server over MakerPerks — the browseable, agent-friendly directory of builder perks (free credits, discounts, and programs for startups, students, OSS maintainers, indie devs, and non-profits).

It exposes the whole directory (200+ programs) to an AI agent through one token-cheap semantic tool (mcp_aql_read, ~120 tokens) instead of a wall of discrete MCP tools — the operations are discovered at runtime via introspection. That's ~95%+ fewer tool-registration tokens than a conventional "a tool per query" server.

Connect

  • Hosted (zero install): add https://makerperks.mcpaql.com as a remote MCP connector (claude.ai, Claude Code, Cursor, …). OAuth registers automatically.

  • Local (stdio): npm install && npm run build, then point your MCP client at node dist/index.js.

Then call mcp_aql_read with { "operation": "introspect" } to discover the operations: list_programs, get_program, search_programs.

Related MCP server: IndieStack

How it works

  • Native MCP-AQL READ surface over MakerPerks' published perks.json — decoupled from MakerPerks (no fork divergence; updates flow on refresh).

  • stdio + Streamable HTTP transports over one transport-agnostic core.

  • Hosted on Cloudflare Workers (web-standard Streamable HTTP), fronted by OAuth 2.1 + dynamic client registration so OAuth-mandatory clients connect. The endpoint is public and read-only.

Status

  • Live: read adapter + dual transport + Cloudflare hosting + OAuth — done and archived (openspec/specs/).

  • Next — Stage 1: an application pipeline that drives the actual perk signups under a user-controlled autonomy switch. Tracked as GitHub issues (epic #22).

Documentation

License

Code & schemas: AGPL-3.0 (commercial tiers available, like the rest of the MCP-AQL org). Docs: CC BY 4.0.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MCPAQL/makerperks-adapter'

If you have feedback or need assistance with the MCP directory API, please join our Discord server