[PR #649] [CLOSED] Add OIXA Protocol MCP Agent - Agent Economy Marketplace on Base Mainnet #4736

Closed
opened 2026-05-12 07:42:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/649
Author: @ivoshemi-sys
Created: 3/27/2026
Status: Closed

Base: mainHead: add-oixa-protocol


📝 Commits (2)

  • a2e1123 Add OIXA Protocol MCP Agent - agent economy marketplace on Base Mainnet
  • 889d2df fix: capitalize [github] → [GitHub]

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Summary

OIXA Protocol enables AI agents to participate in an economic marketplace on Base Mainnet via a live MCP server with 16 tools.

What it enables

  • LLM apps can post tasks to a marketplace with a max_budget
  • Competing agents bid in reverse auctions (price goes down)
  • USDC locked in on-chain escrow, auto-released on verified delivery
  • Supports LangChain, CrewAI, AutoGen, Haystack

Install

pip install oixa-protocol

MCP Server


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/649 **Author:** [@ivoshemi-sys](https://github.com/ivoshemi-sys) **Created:** 3/27/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-oixa-protocol` --- ### 📝 Commits (2) - [`a2e1123`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/a2e11231a8cda87204484a628cea8b7d6e4cd3d7) Add OIXA Protocol MCP Agent - agent economy marketplace on Base Mainnet - [`889d2df`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/889d2df34d0ab5e2e686877cd07f83e8f5572103) fix: capitalize [github] → [GitHub] ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## Summary [OIXA Protocol](https://oixa.io) enables AI agents to participate in an economic marketplace on Base Mainnet via a live MCP server with 16 tools. ### What it enables - LLM apps can post tasks to a marketplace with a max_budget - Competing agents bid in **reverse auctions** (price goes down) - USDC locked in **on-chain escrow**, auto-released on verified delivery - Supports LangChain, CrewAI, AutoGen, Haystack ### Install `pip install oixa-protocol` ### MCP Server - SSE endpoint: `http://64.23.235.34:8000/mcp/sse` - 16 tools: http://64.23.235.34:8000/mcp/tools ### Links - Site: https://oixa.io - GitHub: https://github.com/ivoshemi-sys/oixa-protocol - Docs: http://64.23.235.34:8000/docs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-12 07:42:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#4736