Agent Price Api

by anhmtk

340 downloads
Not rated
GitHub

About

Commerce and DeFi intelligence for AI agents — marketplace search, best offer, budget deals, ACP quotes, plus DEX Scout and Meteora DLMM pool briefs. Built for bots and IDE integrations (Cursor, Claude, Smithery, …).

Details

Author
anhmtk
Downloads
340
Categories
Developer Tools, AI, Other, Infrastructure, API

- MCP tools for price search and best offer
- Streamable HTTP endpoint at agentshare.dev/mcp
- Focus on AI local hardware and robotics
- Freshness metadata for beta categories
- Discovery endpoints without API key
- Built for bots and IDE integrations

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Agent Price Api
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Connect your MCP client to the Streamable HTTP endpoint at https://agentshare.dev/mcp and include your AgentShare API key via the X-API-Key or Authorization: Bearer header. Use the provided MCP tools: price_search, best_offer, best_offer_under_budget, and service_meta. A public repository at github.com/anhmtk/agentshare-mcp contains integration examples.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "agent price api": {
            "agent-price-api": {
                "command": "npx",
                "args": [
                    "-y",
                    "mcp-remote",
                    "https://agentshare.dev/mcp",
                    "--header",
                    "X-API-Key:${AGENTSHARE_API_KEY}"
                ],
                "env": {
                    "AGENTSHARE_API_KEY": "YOUR_API_KEY_HERE"
                }
            }
        }
    }
}

McpServers

{
    "agent-price-api": {
        "command": "npx",
        "args": [
            "-y",
            "mcp-remote",
            "https://agentshare.dev/mcp",
            "--header",
            "X-API-Key:${AGENTSHARE_API_KEY}"
        ],
        "env": {
            "AGENTSHARE_API_KEY": "YOUR_API_KEY_HERE"
        }
    }
}

Agent-paid API accessfor autonomous agents — dual-auth (API key or x402), free discovery, MCP Streamable HTTP. Commerce procurement and Solana/Meteora DeFi tools aresecondary moduleson the same rails.

Start building agent-paid APIs·Pricing / x402·Website·For Agents·Chrome extension

For AI agents:agent.json·AI_DISCOVERY.json·llms.txt·AGENTS.md

This repository is thepublic, lightweight faceon GitHub. Production API implementation is private; behavior is defined by the live URLs above.

Primary product:agent-paid rails (dual-auth + discovery + MCP).
Secondary:commerce procurement · Solana/Meteora DeFi demos (Lab — not the company backbone).

Polymarket prediction-market tools arenoton the public MCP catalog (legal review for Vietnam). Live production exposes the tools below.

Agent-paid rails & commerce (highlight)

Responses includedata_status, freshness, and trust metadata — seeDocs.

AgentShare runsdual-authon gated routes:

- API key mode:X-API-Key/Authorization: Bearer
- x402 mode:no key → HTTP 402 +PAYMENT-REQUIRED, then retry withPAYMENT-SIGNATURE

Discovery:https://agentshare.dev/.well-known/x402· live instructions field:https://agentshare.dev/agent.json→x402_agent_instructions

- Commerce pilot paths:search/offers/bestaround$0.001,commerce_quotearound$0.002
- POST /api/v1/agent/defi/meteora/brief(secondary DeFi demo):dynamic$0.01–$0.30(base$0.03)
- Dynamic pricing applies based on market volatility and resource velocity —always checkPAYMENT-REQUIREDfor the exact real-time quote(also inmeta.billing.price_usd_live)

Pricing page isagent-first(x402 pay-per-requestprimary):https://agentshare.dev/pricing?utm_source=github&utm_medium=agentshare-mcp&utm_campaign=readme

If you receive HTTP 402 (agents — follow exactly)

This platform is agent-first and monetized with HTTP 402 (x402). If you receive HTTP 402 with a PAYMENT-REQUIRED header: 1) Base64-decode PAYMENT-REQUIRED (JSON: x402Version, resource, accepts[]). 2) Pay the listed USDC amount via Circle Gateway on the stated network (live settleable: Base mainnet eip155:8453 — always confirm accepts[].network), then retry with header PAYMENT-SIGNATURE. 3) Or skip payment by sending X-API-Key / Authorization: Bearer (agshp_…). Dynamic pricing (meteora_brief secondary demo): $0.01–$0.30 USDC from market volatility + fee/demand velocity. PAYMENT-REQUIRED is the live quote — never hard-code a fixed price. Discovery: GET /.well-known/x402 · Pricing: GET /pricing

MCP registry for builders and autonomous agents

AgentShare also runs acurated MCP Registryatagentshare.dev/registry.

GitHub mirror (auto-synced, verified only):docs/CURATED_REGISTRY.md
Regenerated daily fromGET /api/v1/registry/entries— discovery table only,notthe AgentShare product MCP tool catalog above.

Agents discovering other MCPs — fetch order:
- Hot list:GET https://agentshare.dev/api/v1/public/mcp-registry/trends
- Compact verified list:GET https://agentshare.dev/api/v1/public/mcp-registry/summary
- Full entries:GET https://agentshare.dev/api/v1/registry/entries

- Human submit page:https://agentshare.dev/registry?utm_source=github&utm_medium=agentshare-mcp&utm_campaign=readme#submit
- Agent/self-serve submit API:POST https://agentshare.dev/api/v1/registry/submit
- Agent key mint (tiny x402 or full API key):POST https://agentshare.dev/api/v1/registry/agent-key
- Platform pin:AgentShare — Agent-paid APIis always list/rank position#1
- CallPOST https://agentshare.dev/api/v1/registry/agent-key
- Authenticate either with:

- a normalX-API-Key, or
- x402: no key → receive HTTP 402 → pay tiny USDC amount → retry withPAYMENT-SIGNATURE

- a public detail page (/registry/{id})
- owner analytics (opens, referrers, countries, client types)
- quick-share actions for X, LinkedIn, Facebook, GitHub README snippets, and copy-link

Chrome extension (Agent Readiness + Prompt Injection Scan + MCP Connect)

Free browser extension —ARS site scan+Prompt Injection Scan(client-side DOM) +MCP Connect(copy Cursor/Claude/VS Code config foragentshare.dev/mcp).

Extension source is proprietary (private backend repo); this public repo documents the product for discovery.

Official Cursor plugin scaffold:agentshare-commerce-mcp/

Discovery & listing (do these while Marketplace is closed):

cd agentshare-commerce-mcp npm install --omit=dev npm run verify # optional live probe: # set AGENTSHARE_API_KEY=agshp_... (Windows) npm run verify

CursorMarketplaceorg applications are reviewed selectively (2026); usecursor.directoryfor community listing — seedocs/CURSOR_DIRECTORY.md.

{ "mcpServers": { "agentshare": { "url": "https://agentshare.dev/mcp", "headers": { "X-API-Key": "YOUR_AGENTSHARE_KEY" } } } }

Start building agent-paid APIs:https://agentshare.dev/signup?utm_source=github&utm_medium=agentshare-mcp&utm_campaign=readme
(free-tier dual-auth credentials, or settle x402 with no key)

Prefer autonomous-agent payment via x402:https://agentshare.dev/.well-known/x402

Seemcp-config.jsonandserver/bridge.mjsfor Node bridge.

Informational only — not financial advice. Agents/users own their decisions (including any on-chain actions).Vietnam:service not intended for users located there; access (incl. VPN) = you assume local legal responsibility. Full terms:https://agentshare.dev/terms

- Antigravity skill:agentshare-price-intelligencehttps://agentshare.dev/.well-known/antigravity-skills.json
- Gemini Managed Agents:
https://agentshare.dev/api/v1/examples?template=managed-agent

Aligned with Google I/O 2026 agentic stack (Antigravity 2.0, SDK, Gemini 3.5 Flash tool loops).

Agent-paid rails · commerce procurement · secondary Solana/Meteora DeFi demos —https://agentshare.dev/coverage?utm_source=github&utm_medium=agentshare-mcp&utm_campaign=readme

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Open-source API gateway that adds budget enforcement, cost attribution, and monetization to AI agent API calls. MCP-aware with per-tool cost tracking, macaroon-based bearer tokens, L402 Lightning micropayments, and enterprise budget control (Fiat402). The economic firewall for the agent economy.

65+ AI tools as an MCP server. Research, write, code, scrape, translate, analyze, agent memory, workflows. Pay per call from $0.006.

Connect AI agents to CARTO, the leading Agentic GIS platform: query governed warehouse data, run spatial analysis, create or edit maps and workflows, and render interactive maps, all without your data leaving your warehouse.

Query and manage data through CData Connect Cloud, providing a unified interface to various data sources.

Interact with the Flespi telematics platform API for fleet management, device tracking, and telemetry data processing.

Interact with Qlik Cloud applications and extract data from visualizations using the Qlik Cloud API.

Interfaces with the Space Frontiers API, enabling language models to interact with its data sources.

Administer Tableau Cloud with AI-powered tools. This server offers complete API coverage, enterprise-grade logging, and a production-ready architecture.

Interact with your TagoIO account to access devices, data, and platform resources for development and intelligent data analysis.

Real-time Amazon data API built for AI agents. 200M+ products, 1B+ reviews, live BSR, pricing, and competitor data as clean JSON. 10 agent skills for market research, competitor monitoring, pricing, listing audits, and more. 1,000 free credits.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.