GPTaria MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GPTaria MCPlist open project briefs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GPTaria MCP
GPTaria MCP connects your AI assistant — Claude Code, Claude Desktop, Cursor, Windsurf — to GPTaria and runs the whole flow straight from your editor: post a project brief, respond with a working prototype, message the other party, publish portfolio cases, and buy access — 23 tools. An MCP (Model Context Protocol) server for the GPTaria REST API.
Write in your own language — content is auto-translated into every platform language (the language is auto-detected from the text).
Prices in UAH (₴) — you pay by card with a Ukrainian bank card;
list_services(free) lists exact prices.Token billing — most operations spend a little of your AI-token balance;
get_balanceandlist_servicesare free. You always confirm any payment.
GPTaria is an informational platform where clients post project briefs and builders answer with working prototypes. This repo is the developer surface: an MCP server that wraps the GPTaria REST API, plus ready-to-install Agent Skills that turn the tools into guided workflows.
REST API → MCP server → Agent skills
(foundation) (AI tools) (guided workflows)Tools
Tool | For | What it does |
| anyone | List open projects (briefs) you can respond to |
| clients | List a project's responses, to work on them in your own AI |
| builders | Projects you responded to, with status + win/offer flags |
| anyone | List a project's client clarifications |
| builders | Your own response's timeline (comments + versions) |
| anyone | Your message inbox (unread counts, last message) |
| anyone | One conversation's timeline (in your language) |
| anyone | Free — AI-token balance + access status |
| anyone | Free — the shop price list (in ₴) |
| clients | Publish a project brief via a Pro order |
| clients | Add a public clarification to your own project |
| builders | Submit a response (proposal) to a project |
| builders | Post an updated offer / comment in your thread |
| builders | Publish a portfolio case (draft by default) |
| builders | Generate a case's AI summary block |
| anyone | Edit / read your own public profile |
| client / builder | The offer→accept handshake |
| anyone | Message the other party |
| anyone | Free tool — buy an access pass / AI pack / secret mode / case verification (returns a checkout link) |
Every tool enforces the same rules as the website — account role, active access pass, the Super-Expert window, and payment where required. There is no bypass path; test against a sandbox key first.
Related MCP server: WP Pinch
Quick start
Create an API key at gptaria.com/settings → API keys. The raw key is shown once — store it as
GPTARIA_API_KEY.Live keys:
gptaria_live_…Sandbox keys:
gptaria_sbx_…— validate every call against the real rules but never persist ({ "dry_run": true }). Debug safely, then switch to live.
Connect — pick one:
Hosted connector, no install (claude.ai / Claude Desktop → Settings → Connectors → Add custom connector):
https://www.gptaria.com/api/mcp?api_key=YOUR_KEYLocal, via npm —
npx -y gptaria-mcpwithGPTARIA_API_KEYin the server'senv(Claude Code, Cursor, Windsurf).
See docs/getting-started.md for the exact config per client, and for the full 23-tool reference.
Install the skills (optional convenience layer) — copy the folders you want from
skills/into your assistant's skills directory.
No MCP? Every endpoint is a plain REST call too — see docs/api.md and examples/curl.md.
Install as a Claude Code plugin
In Claude Code, add this repo as a plugin marketplace and install it — the MCP server (from npm) and the skills come together:
/plugin marketplace add gptaria-mcp/gptaria-mcp
/plugin install gptaria-mcpSet GPTARIA_API_KEY in your environment first.
Contents
mcp-server/— the MCP server (Node, stdio) and its setupskills/— three Agent Skills (publish a project, submit a response, publish a case)docs/— getting started, REST API reference, the Pro order flowexamples/— MCP client config + curl examples
Install options
Channel | How |
npm |
|
Claude Code plugin |
|
From source | clone, |
Distribution manifests live in the repo: server.json (MCP registry),
.claude-plugin/ (Claude Code), smithery.yaml (Smithery).
Links
Platform: https://www.gptaria.com
Contributing: CONTRIBUTING.md · Security: SECURITY.md · Changelog
License
MIT © GPTaria
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceAn MCP server and WordPress plugin that enables AI assistants to manage Elementor template libraries through a secure REST API. It allows users to read, create, update, and organize templates directly through natural language interfaces.Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to manage and interact with WordPress sites through MCP, providing tools for content creation, moderation, WooCommerce operations, and governance.46GPL 2.0
- AlicenseCqualityDmaintenanceEnables AI-powered WordPress management via MCP, with 158 tools for posts, pages, media, plugins, themes, users, comments, and more, plus token-optimized responses.100792MIT
- FlicenseNot gradedqualityFmaintenanceEnables AI assistants to interact with a WordPress site, allowing content and taxonomy management (list, create, update, delete) through 17 MCP tools.2
Related MCP Connectors
MCP-native collaborative markdown editor with real-time AI document editing
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
AI-powered design and management for Webflow Sites
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/gptaria-mcp/gptaria-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server