Server data from the Official MCP Registry
Post a project brief & publish cases on GPTaria from Claude Code, Cursor or Windsurf.
Post a project brief & publish cases on GPTaria from Claude Code, Cursor or Windsurf.
GPTaria MCP is a well-structured developer tool that securely wraps the GPTaria REST API. Authentication is properly enforced via API key stored in environment variables, with no hardcoded secrets or dangerous patterns. Code quality is good with proper input validation using Zod schemas. Minor observations include broad error handling and lack of request logging, but these do not present security risks given the server's purpose as an API wrapper. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
4 files analyzed · 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: GPTARIA_API_KEY
Environment variable: GPTARIA_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-gptaria-mcp-gptaria-mcp": {
"env": {
"GPTARIA_API_KEY": "your-gptaria-api-key-here",
"GPTARIA_BASE_URL": "your-gptaria-base-url-here"
},
"args": [
"-y",
"gptaria-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
GPTaria MCP connects your AI assistant — Claude Code, Claude Desktop,
Cursor, Windsurf — to GPTaria: post a project
brief, respond with a working prototype, and publish portfolio cases straight
from your editor, using the create_project, create_response and
create_case tools. An MCP (Model Context
Protocol) server for the GPTaria REST API — publish and work on projects without
leaving your AI.
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)
| Tool | For | What it does |
|---|---|---|
list_projects | anyone | List open projects (briefs) you can respond to |
list_responses | clients | List a project's responses, to work on them in your own AI |
create_project | clients | Publish a project brief via a Pro order (€10) |
create_response | builders | Submit a response (proposal) to a project |
create_case | builders | Publish a portfolio case (draft by default) |
list_project_comments | anyone | List a project's client clarifications |
create_project_comment | clients | Add a public clarification to your own project |
generate_case_summary | builders | Generate a case's AI summary block from your editor |
get_profile / update_profile | anyone | Read / edit your own public profile |
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.
GPTARIA_API_KEY.
gptaria_live_…gptaria_sbx_… — validate every call against the real rules
but never persist ({ "dry_run": true }). Debug safely, then switch to live.cd mcp-server
npm install
GPTARIA_API_KEY=gptaria_live_xxx node index.mjs
See docs/getting-started.md for the Claude
Desktop / Claude Code / Cursor config.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.
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-mcp
Set GPTARIA_API_KEY in your environment first.
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| Channel | How |
|---|---|
| npm | npx -y gptaria-mcp (or npm i -g gptaria-mcp) — see getting started |
| Claude Code plugin | /plugin marketplace add gptaria-mcp/gptaria-mcp → /plugin install gptaria-mcp |
| From source | clone, cd mcp-server && npm install && node index.mjs |
Distribution manifests live in the repo: server.json (MCP registry),
.claude-plugin/ (Claude Code), smithery.yaml (Smithery).
MIT © GPTaria
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.