Agent Price API
A high-performance MCP server providing structured, real-time price data for AI hardware across global marketplaces, built with a focus on agent-native discovery over hardcoded endpoints.
AgentShare
Structured marketplace prices and offers for AI agents — REST API and MCP (Streamable HTTP).
| Site & docs | https://agentshare.dev |
| MCP endpoint | https://agentshare.dev/mcp/ |
| Discovery | /agent.json · /mcp.json |
This repository is a lightweight public pointer to the live service and documentation. Implementation is developed privately; releases and integration details are published on the website above.
Scope (honest & forward-looking)
AgentShare aggregates product and offer data from connected marketplaces and affiliate sources. Coverage and freshness vary by source; the API returns freshness metadata (e.g. crawled_at, data_age_seconds) so agents can judge reliability.
Direction: expand toward global e‑commerce and major international marketplaces (e.g. AliExpress, eBay, Amazon) as integrations mature — not limited to a single country. For the current focus and category map, see GET /coverage (no auth):
https://agentshare.dev/coverage
Integration
- Docs: https://agentshare.dev/docs
- Pricing / API keys: https://agentshare.dev/pricing
- MCP: Streamable HTTP; same API key as REST (
X-API-KeyorAuthorization: Bearer).
Legal
Terms and privacy: https://agentshare.dev/terms · https://agentshare.dev/privacy
相关服务器
Scout Monitoring MCP
赞助Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
赞助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Local MCP Test
A test server for local MCP development and setup.
Raymon
Stateful HTTP ingest + MCP server + terminal UI for Ray-style logs.
Sequa MCP
A proxy that connects local STDIO with remote MCP servers, enabling IDEs to use MCP without extra infrastructure.
AgentOps MCP
An MCP server for AgentOps, providing observability and evaluation tools for AI agents.
MCP LLaMA
An MCP server with weather tools and LLaMA integration.
Bevy BRP MCP
Control, inspect, and mutate Bevy applications with AI coding assistants via the Bevy Remote Protocol (BRP).
Lettr MCP
MCP for Lettr transactional email API
The Game Crafter MCP Server
Indie board game designers, tabletop creators, and TGC users who want to manage their projects through an AI assistant instead of navigating the TGC web interface manually.
Remote MCP Server (Authless)
An example of a remote MCP server without authentication, deployable on Cloudflare Workers.
llm-mcp
A Ruby gem for integrating Large Language Models (LLMs) via the Model Context Protocol (MCP) into development workflows.