decixa-mcp
Allows AI agents to discover and resolve APIs for interacting with Reddit, such as summarizing posts or extracting data.
Click 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., "@decixa-mcpfind an API to summarize news articles"
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.
decixa-mcp
Find the right API for your AI agent. 30,000+ listings tracked. 5,500+ verified live as of April 2026.
MCP Server for Decixa — The decision layer for AI Agents.
v0.1.7: intent-driven update. New
resolve/discovertools replacesearch_apis/browse_apis(kept as deprecated aliases). See CHANGELOG.md for migration guide.
Quickstart
# Claude Code
npx decixa-mcp// Claude Desktop — claude_desktop_config.json
{
"mcpServers": {
"decixa": {
"command": "npx",
"args": ["-y", "decixa-mcp"]
}
}
}// Cursor / Windsurf — .cursor/mcp.json or .windsurf/mcp.json
{
"mcpServers": {
"decixa": {
"command": "npx",
"args": ["-y", "decixa-mcp"]
}
}
}Related MCP server: Frostbyte MCP
What you can do
resolve({ intent: "get real-time BTC price" })
→ Returns top recommendation + up to 2 alternatives, ranked by Phase 3 vector + scoring
resolve({ intent: "summarize Reddit posts", budget: 0.005 })
→ Filters by cost, returns trust_evidence and latency tier
discover({ intent: "transcribe audio", budget: 0.01, sort: "price_asc" })
→ Returns multiple x402-verified candidates so the agent can chooseWhy Decixa
Unlike x402.direct, Decixa verifies x402 compliance by actually probing each endpoint — not just metadata analysis.
Decixa | x402.direct | |
Listings tracked | 30,000+ | ~4,000 |
x402 verification | HTTP 402 probe (real) | Metadata scoring |
Capability classification | 9 verb-based axes | — |
Intent → API resolution |
| — |
MCP server |
| — |
Tools
resolve (recommended, replaces search_apis)
Find the best API for a task using natural language. Returns top recommendation + up to 2 alternatives. Decixa uses Phase 3 vector + scoring (vector 0.70 + latency 0.05 + price 0.05 + tiebreak 0.20). When no candidate clears the similarity threshold, returns recommendation_status='no_match' with up to 2 suggestions.
Parameter | Type | Description |
| string | What you want to do (e.g. |
| number | Max USDC per call (e.g. |
| string |
|
| number | Similarity threshold (0.2–0.9, default |
Response includes recommendation_status ("resolved" or "no_match").
discover (recommended, replaces browse_apis)
List APIs ranked by intent. Returns multiple candidates so the agent can choose. Verified-x402 only.
Parameter | Type | Description |
| string | Natural-language intent (mapped to server's |
| string | Filter by capability tag (e.g. |
| number | Max USDC per call |
| string |
|
| string |
|
| string |
|
| number | Similarity threshold (0.2–0.9, default |
| string |
|
| integer | Results per page (1–50, default 20) |
| integer | Pagination offset |
Response includes search_mode, min_similarity_applied, no_match_reason, top_candidates_below_threshold.
search_apis (deprecated alias for resolve)
DEPRECATED in v0.1.7. Will be removed in v1.0.0. Use
resolveinstead. Shares schema and handler withresolve.
browse_apis (deprecated alias for discover)
DEPRECATED in v0.1.7. Will be removed in v1.0.0. Use
discoverinstead. Shares schema and handler withdiscover.
get_api_detail
Get full details for a specific API by ID.
Parameter | Type | Description |
| string | API ID from |
Returns: endpoint URL, pricing, capability, tags, agent_compatibility, schema info, use_cases, trust_evidence (score / uptime_7d / p95_latency_ms / payment_req_parsed / last_checked / last_probed_at), provider, and verified_live flag. Prefer trust_evidence.score over legacy trust_score for new clients.
get_index
Entry point for agents new to Decixa. Returns platform overview, endpoints, and usage guidance.
No parameters required.
Migration from v0.1.6
Old | New | Notes |
|
| Drop |
|
|
|
| (removed) | Capability filtering is no longer needed. Pass intent text + optional |
Strict MCP clients note: if your MCP client validates additionalProperties: false, it will reject capability / agent_ready arguments at the client side. Tolerant clients let them through, but Decixa silently ignores them server-side. Either way, remove them.
See CHANGELOG.md for full details.
Claude Code setup
See docs/claude-code.md for step-by-step Claude Code integration.
Environment Variables
Variable | Default | Description |
|
| Decixa API base URL |
| (empty) | API key — reserved for future use |
License
MIT
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 gradedqualityCmaintenanceAn MCP server that enables AI agents to search, pay for, and call paid APIs using the x402 protocol, with automatic USDC settlement.2MIT- AlicenseNot gradedqualityCmaintenanceA unified MCP server providing AI agents with 40+ developer APIs including geolocation, crypto prices, DNS lookup, and web scraping. Enables natural language access to various tools through a single gateway.1MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server for API discovery and execution with a token-efficient search -> execute workflow over OpenAPI, Google Discovery, and optional native GraphQL and gRPC sources.11112Apache 2.0
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI agents to explore, search, and query API definitions from OpenAPI/Swagger JSON files.
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
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/koki-socialgist/decixa-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server