Agent Interface
150
MCP connectors live on npm
Identity
Name: Strider Labs
Function: Action execution layer for AI agents
Protocol: Model Context Protocol (MCP)
Primary interface: /llms.txt
npm scope: @striderlabs
Quick Start
// MCP server configuration (Claude Desktop, Cursor, etc.)
{
"mcpServers": {
"instacart": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-instacart"]
},
"doordash": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-doordash"]
}
}
}
{
"mcpServers": {
"instacart": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-instacart"]
},
"doordash": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-doordash"]
}
}
}
Live Connectors
Grocery & Retail
instacart
amazon
walmart
target
costco
samsclub
kroger
publix
safeway
aldi
wholefoods
freshdirect
shipt
gopuff
cvs
walgreens
riteaid
chewy
petsmart
bestbuy
homedepot
lowes
wayfair
nordstrom
sephora
rei
ebay
etsy
mercari
poshmark
Food Delivery & Restaurants
doordash
ubereats
grubhub
postmates
opentable
resy
yelp
starbucks
chipotle
tacobell
mcdonalds
burgerking
chickfila
dunkin
dominos
papajohns
kfc
wingstop
panera
sweetgreen
hellofresh
blueapron
drizly
Travel & Hotels
airbnb
booking
expedia
vrbo
kayak
hopper
marriott
hilton
hyatt
ihg
Airlines & Transportation
united
delta
american
southwest
alaska
jetblue
amtrak
uber
lyft
Car Rental & Services
enterprise
hertz
avis
carmax
carvana
chargepoint
Entertainment & Streaming
netflix
spotify
hulu
max
disney
paramount
peacock
apple
audible
crunchyroll
ticketmaster
stubhub
fandango
amc
Finance & Payments
venmo
cashapp
paypal
coinbase
robinhood
Productivity & Communication
gmail
gcal
discord
linkedin
nextdoor
Home Services
taskrabbit
thumbtack
angi
rover
carecom
Shipping & Logistics
fedex
apartments
Insurance
progressive
geico
lemonade
Telecom
att
Health & Fitness
zocdoc
onemedical
betterhelp
goodrx
classpass
peloton
equinox
planetfitness
mindbody
headspace
Education
duolingo
coursera
Sample Tools
instacart.search_products
Search Instacart catalog by name, category, or dietary requirements. Returns product list with prices and availability.
doordash.search_restaurants
Search nearby restaurants by cuisine, rating, or delivery time. Returns menu, pricing, estimated delivery.
opentable.find_availability
Search restaurant availability by date, time, party size, and location.
uber.request_ride
Request a ride with pickup/dropoff locations. Returns driver info, ETA, fare estimate.
united.search_flights
Search flights by origin, destination, dates. Returns fares, schedules, seat availability.
airbnb.search_listings
Search vacation rentals by location, dates, guests. Returns property details, pricing, availability.
Authentication
Method: OAuth 2.0 per-user authorization
Token storage: Encrypted, per-user credential vault
Session management: Automatic refresh, proactive re-authentication
MFA handling: TOTP preferred, interrupt flow for SMS/push
Response Format
{
"success": true,
"data": { /* structured result */ },
"metadata": {
"execution_ms": 1247,
"connector_version": "0.1.0",
"request_id": "req_abc123"
}
}
"success": true,
"data": { /* structured result */ },
"metadata": {
"execution_ms": 1247,
"connector_version": "0.1.0",
"request_id": "req_abc123"
}
}
Error Codes
AUTH_EXPIRED
User session expired. Trigger re-authentication flow.
AUTH_MFA_REQUIRED
MFA challenge. Pause and notify user.
RATE_LIMITED
Too many requests. Retry after specified delay.
SERVICE_UNAVAILABLE
Upstream service down. Retry with backoff.
INVALID_INPUT
Malformed parameters. Check tool schema.
Contact
GitHub: github.com/markswendsen-code
Machine interface: striderlabs.ai/llms.txt
Entity: Strider Labs LLC, Delaware