Pith. sign in

REVIEW 5 major objections 5 minor 1 cited by

Model Context Protocols in Adaptive Transport Systems: A Survey

T0 review · 5 major / 5 minor · reviewed 2026-08-05 · deepseek-v4-flash

Pith's one-line read This survey argues that fragmented adaptive transport systems are already converging on the Model Context Protocol as their standardized integration layer.

desk verdict Useful literature-organizing survey whose central unification claim is assumed, not shown; the taxonomy is the real contribution. read the letter →

arxiv 2508.19239 v2 pith:2XLSFQVM submitted 2025-08-26 cs.AI

classification cs.AI
keywords ModelContextProtocoladaptivetransportsystemssemanticinteroperabilitycontext-awarecomputingJSON-RPCclient-serverarchitecturefragmentationintelligenttransportation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Adaptive transport systems—autonomous vehicles, traffic control, IoT sensors—are fragmented across three dimensions: protocols, context sources, and decision-making. This survey argues that the Model Context Protocol (MCP), a client-server, JSON-RPC-based standard originally built for AI-tool integration, is the natural unifying layer for these systems. The evidence is that a decade of separate work on adaptive protocols, context-aware middleware, and integration models has implicitly converged on MCP-like architectures. If right, the field does not need a brand-new standard; it needs to adopt and extend MCP for transport-specific requirements. The paper provides no implementation or benchmark, so the claim rests on architectural convergence rather than measured performance.

What carries the argument

MCP is an open protocol standard that lets AI clients discover, negotiate, and exchange context with servers through JSON-RPC 2.0 messages over persistent sessions. In this paper it is the load-bearing unification mechanism: its standardized client-server interface, dynamic capability advertisement, and tool orchestration are what would bridge protocol-level adaptation with context-aware decision-making, replacing point-to-point adapters and domain-specific middleware.

What would settle it

Take an urban intersection scenario from Section 1.2, implement MCP over a realistic V2X communication stack (e.g., in a network simulator with live sensor feeds and emergency-vehicle preemption), and measure end-to-end context-exchange latency, message overhead, and failure recovery against a baseline using existing point-to-point or message-broker integration. If MCP's overhead misses the hard real-time deadlines or degrades reliability below the legacy baseline, the convergence-to-MCP claim is empirically refuted.

Watch

Extended reading notes

Core claim

The paper's central claim is that MCP's design—persistent client-server sessions, JSON-RPC 2.0 messaging, capability negotiation, and semantic context representation—already matches what adaptive transport systems need, and that existing research has been moving toward this architecture without naming it. It organizes the field into five categories (adaptive protocol mechanisms, context-aware frameworks, unification models, transport system integration, and MCP-enabled architectures) and reads prior work as implicit convergence. The stated conclusion is that traditional transport protocols have reached the limits of isolated adaptation, and that MCP's semantic interoperability makes it the c

Load-bearing premise

The whole argument depends on the assumption that MCP, a protocol designed for AI applications to talk to tools and data sources, can be transplanted into safety-critical transport systems without a fundamental redesign—yet the paper offers no implementation, simulation, or benchmark showing that its persistent sessions and JSON-RPC message overhead can meet transport latency, reliability, and safety requirements.

Editorial extensions

If this is right

  • If MCP is the natural convergence point, transport researchers can stop inventing new domain-specific integration protocols and instead extend one standard.
  • Context silos (sensor telemetry, driver state, network telemetry) could be published and consumed as semantically tagged MCP resources across vehicles, roadside units, and clouds.
  • Safety-critical coordination at intersections could in principle run over MCP's persistent sessions, with capability negotiation replacing pre-configured ad hoc links.
  • The window for shaping MCP is open now, while the protocol is still being standardized, making the roadmap's timing actionable.
  • Any deployed MCP-enabled transport system would make the claimed unification testable rather than architectural.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The survey's own caveats imply MCP would need a transport-specific performance profile: JSON-RPC text overhead, persistent-session costs, and semantic routing latency are acknowledged risks that no current benchmark resolves.
  • A concrete testable extension is to run MCP over existing V2X or VANET stacks in simulation and compare message latency, overhead, and reliability against point-to-point and message-broker baselines.
  • The convergence thesis predicts that successful transport integration systems, whether or not they use MCP, will independently evolve persistent context-exchange sessions with capability discovery; that prediction is checkable against current designs.
  • The paper's roadmap treats quantum communication and post-quantum cryptography as future directions, which implies the authors expect MCP's transport binding to change as the underlying network physics change rather than being fixed.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 5 minor

Summary. The paper claims to be the first systematic survey of the Model Context Protocol (MCP) as a unifying paradigm for adaptive transport systems. It proposes a five-category taxonomy (adaptive protocol mechanisms, context-aware frameworks, unification models, transport system integration, and MCP-enabled architectures), reviews background work in adaptive transport and context-aware computing, and asserts three findings: that traditional transport protocols have reached the limits of isolated adaptation, that MCP's client-server and JSON-RPC structure enables semantic interoperability, and that AI-driven transport demands MCP-like integration. It closes with a research roadmap and a companion GitHub repository. The paper contains no original experiments, simulations, benchmarks, formal models, or corpus-based analysis; Section 7 discusses evaluation methodologies in general terms without applying them to MCP.

Significance. If the convergence thesis were established, this could be a useful roadmap for MCP standardization in transport systems. The taxonomy is a reasonable organizing device, and the paper is candid about overhead, security, and standardization challenges in Sections 5 and 8. The companion repository and the broad bibliography are useful community resources. However, the central claims are asserted rather than demonstrated: the 'systematic' methodology is absent, the semantic-interoperability claim conflates syntactic message structure with shared meaning, and the transfer of MCP to safety-critical transport is assumed without any quantitative or architectural evidence. These are load-bearing, not cosmetic, weaknesses.

major comments (5)
  1. [Abstract; §1.4; §10] The paper describes itself as a 'first systematic investigation' and 'systematic analysis of research spanning 26 years,' but it provides no search strategy, database list, inclusion/exclusion criteria, screening protocol, or coding scheme. The reader cannot reproduce the literature selection or verify that the taxonomy was derived systematically rather than ad hoc. For a survey in a journal such as ACM Computing Surveys, this missing methodology directly undermines the central claim of systematicity.
  2. [Abstract; §4.2; Box 1; Table 2] The claim that 'MCP's client-server and JSON-RPC structure enables semantic interoperability' is not established. JSON-RPC 2.0 defines message syntax—requests, results, errors, notifications—but syntax alone does not provide shared meaning. Semantic interoperability requires shared ontologies, data models, or schema agreements, which the paper does not show MCP provides. Table 2 itself notes that SOA/REST offers only 'syntactic interoperability,' yet the MCP row asserts semantic interoperability without evidence. This is a load-bearing logical gap.
  3. [§1.2; §4.1; §4.2; §5.2; §6.1] The transferability of MCP to safety-critical adaptive transport is assumed, not shown. MCP's cited transports are stdio and Streamable HTTP (§4.2), and the paper admits in §5.2 that JSON-RPC's text encoding can cause bandwidth inefficiencies and in §4.1 that persistent bidirectional connections add overhead. Safety-critical V2X applications require bounded latencies and high reliability, but no implementation, simulation, or benchmark anywhere in the paper demonstrates that MCP meets these requirements. The urban intersection scenario in §1.2 is illustrative, not evidence.
  4. [Abstract; §1.3; §10] The 'implicit convergence toward MCP-like architectures' thesis is an interpretive overlay rather than a finding. The cited MCP surveys ([13,14,16]) address AI-tool integration and agent interoperability, not adaptive transport systems. The paper does not map specific prior transport mechanisms (e.g., congestion control, context-aware middleware) to specific MCP mechanisms to justify the convergence claim. Without that mapping, the conclusion is a restatement of the authors' framing rather than an inference from the surveyed literature.
  5. [§7; Table 4] Section 7 is titled 'Performance Analysis and Evaluation,' but it contains no evaluation of MCP or of the paper's proposed unification framework. Table 4 lists generic methodologies (simulation, testbed, analytical, trace-driven, hybrid) with examples from unrelated transport and adaptation work; no MCP-specific metric, dataset, baseline, or result is reported. Consequently, the abstract's statement that MCP is 'uniquely suited' to AI-driven transport has no empirical support within the manuscript.
minor comments (5)
  1. [§1.5] The organization text says 'Sections 5 through 4 analyze each category in detail,' which is reversed; it should be 'Sections 4 and 5' or similar.
  2. [Title page; §1.4; §3] There are typographical errors: 'SHRIYANK SOMV ANSHI' has an extra space, and 'Context-A ware Frameworks' appears in §1.4 and the Section 3 header. These should be corrected.
  3. [References] Reference [58] uses placeholder authors 'First Author and Second Author' and lacks a venue, and reference [97] appears unrelated to the QUIC/HTTP3 claim it is cited to support in §6.6. Several references are non-archival web pages; for a survey, archival sources or stable DOIs are preferable.
  4. [Box 1] The JSON-RPC example appears generic rather than MCP-specific. If Box 1 is meant to illustrate MCP's resource-read pattern, include MCP-specific method names and fields; otherwise clarify that it is generic JSON-RPC.
  5. [Table 3] The 'MCP-Inspired Mechanisms' column lists analogies rather than demonstrated implementations. Label them as 'proposed analogies' or 'parallels' to avoid implying that these mechanisms are already realized in transport systems.

Circularity Check

1 steps flagged · score 3.0 of 10

The 'convergence toward MCP' finding is built into the authors' five-category taxonomy; no fitted predictions or load-bearing self-citations, but the central unification claim is an interpretive re-labeling rather than an independent result.

  1. renaming known result [Section 1.4 Contribution (1); Section 3; Abstract]
    "A taxonomy is introduced that organizes the field into five categories: Adaptive Protocol Mechanisms, Context-Aware Frameworks, Unification Models, Transport System Integration, and MCP-Enabled Architectures. This taxonomy highlights connections across domains and demonstrates how prior developments have implicitly converged toward MCP-like solutions."

    The convergence conclusion is an output of the authors' own classification, not an external datum. Section 3 states the taxonomy's aim is 'to highlight how these categories relate to the emerging role of the MCP,' and Table 3 retroactively labels transport features 'MCP-Inspired Mechanisms' (e.g., 'lifecycle management for trips akin to context sessions'). Having defined the endpoint as MCP, the paper then reports that existing work has 'implicitly converged' to MCP; the finding reduces to the framing. The MCP-side properties themselves are externally cited, so this is partial rather than total circularity.

full rationale

The paper contains no equations, no fitted parameters, and no load-bearing self-citations: the MCP architecture facts come from external MCP surveys ([13,14,16,63]) and the transport facts from transport literature, both of which are legitimate external support. The manuscript itself repeatedly concedes the absence of an MCP-in-transport validation: Section 7 contains only generic evaluation methodology and Table 4, with no implementation, simulation, or benchmark; Sections 4.1, 5.2, 6.1, and 6.2 explicitly acknowledge overhead, latency, bandwidth, and standardization costs. Those are validity/support concerns, not circularity. The one circular-adjacent move is the self-fulfilling taxonomy used to infer that prior work has 'implicitly converged' to MCP-like solutions: the classification imposes MCP as the endpoint and then reports convergence as a discovery. Since this is a survey-organizing judgment rather than a derived prediction or fitted result, the circularity score is moderate (3), not higher.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

The paper's argument rests on three domain assumptions: that MCP is correctly and stably described, that the literature selection is representative, and that JSON-RPC messaging yields semantic interoperability. All three are taken for granted. There are no fitted parameters or invented entities; the taxonomy is an organizational structure, not an entity.

assumptions (3)
  • domain assumption MCP as described by Anthropic and prior preprints is a stable, correctly characterized protocol.
    Section 1.2 and Section 4 describe MCP features (client-server, JSON-RPC, capability negotiation) relying on references [12,13,14,16] without independent verification.
  • domain assumption The surveyed literature is representative and fairly classified into the five-category taxonomy.
    Sections 3 to 6 present the taxonomy as derived from a systematic review, but no search protocol or coding scheme is given, so representativeness is assumed.
  • ad hoc to paper Semantic interoperability follows from a JSON-RPC message structure with metadata.
    The abstract and Section 4.2 assert this as a key insight, but it is neither proven nor demonstrated in a transport context; it is imported from prior MCP surveys.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Model Context Protocols in Adaptive Transport Systems: A Survey." pith.science (2026). https://pith.science/paper/2XLSFQVM

@misc{pith2026250819239,
  author       = {Pith},
  title        = {Pith review of: Model Context Protocols in Adaptive Transport Systems: A Survey},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/2XLSFQVM}},
  note         = {Machine review of arXiv:2508.19239}
}
read the original abstract

The rapid expansion of interconnected devices, autonomous systems, and AI applications has created severe fragmentation in adaptive transport systems, where diverse protocols and context sources remain isolated. This survey provides the first systematic investigation of the Model Context Protocol (MCP) as a unifying paradigm, highlighting its ability to bridge protocol-level adaptation with context-aware decision making. Analyzing established literature, we show that existing efforts have implicitly converged toward MCP-like architectures, signaling a natural evolution from fragmented solutions to standardized integration frameworks. We propose a five-category taxonomy covering adaptive mechanisms, context-aware frameworks, unification models, integration strategies, and MCP-enabled architectures. Our findings reveal three key insights: traditional transport protocols have reached the limits of isolated adaptation, MCP's client-server and JSON-RPC structure enables semantic interoperability, and AI-driven transport demands integration paradigms uniquely suited to MCP. Finally, we present a research roadmap positioning MCP as a foundation for next-generation adaptive, context-aware, and intelligent transport infrastructures.

Figures

Figures reproduced from arXiv: 2508.19239 by the authors.

Figure 1
Figure 1. Paper organization and flow 1.5 Organization of the Survey The remainder of this article is structured as follows. Section 2 reviews related work in adaptive transport protocols and context-aware systems. Section 3 introduces our taxonomy of unifying models. Sections 5 through 4 analyze each category in detail. Section 8 discusses open challenges and limitations, while the final section outlines future research dire… view at source ↗
Figure 2
Figure 2. Interactions among entities in a Context-Aware Multi-Agent System (CA-MAS). [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Comprehensive taxonomy and timeline of unifying models for adaptive transport systems, showing [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (1 more)
Figure 4
Figure 4. Figure 4: MCP Architecture and Workflow approach ensures that contextual metadata tagging, transformation, and ingestion are interopera￾ble across platforms, whether implemented in a desktop agent, API client, or distributed service environment [12, 61]. Despite its strengths, M…

Discussion (0). Sign in to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Model Context Protocol (MCP) Tool Descriptions Are Smelly! Towards Improving AI Agent Efficiency with Augmented MCP Tool Descriptions

    cs.SE 2026-02 conditional novelty 6.0 of 10

    Most MCP tool descriptions (97.1%) contain quality smells, and augmenting them improves agent success by a median of 5.85 percentage points at a 67.46% increase in execution steps.

Reference graph

Works this paper leans on

111 extracted references · 76 canonical work pages · cited by 1 Pith paper

  1. [1]

    Beyond tcp: The evolution of internet transport protocols, 2015

    Olivier Bonaventure. Beyond tcp: The evolution of internet transport protocols, 2015. Keynote, October 2015 CNSM

  2. [2]

    Quic – a vehicle for transport protocol evolution, 2018

    Ericsson. Quic – a vehicle for transport protocol evolution, 2018. Accessed: 2025-06-24

  3. [3]

    Adaptive defense against various network attacks

    Cliff C Zou, Nick Duffield, Don Towsley, and Weibo Gong. Adaptive defense against various network attacks. IEEE Journal on Selected Areas in Communications , 24(10):1877–1888, 2006

  4. [4]

    A context-aware approach to wireless transmission adaptation

    Veljko Pejovic and Elizabeth M Belding. A context-aware approach to wireless transmission adaptation. In 2011 8th Annual IEEE Communications Society Conference on Sensor, Mesh and Ad Hoc Communications and Networks , pages 592–600. IEEE, 2011

  5. [5]

    Protocol wars: How unifying iot protocols can save the iot from chaos, 2025

    Talking IoT. Protocol wars: How unifying iot protocols can save the iot from chaos, 2025. Accessed: 2025-06-24

  6. [6]

    A survey on context-aware multi-agent systems: techniques, challenges and future directions

    Hung Du, Srikanth Thudumu, Rajesh Vasa, and Kon Mouzakis. A survey on context-aware multi-agent systems: techniques, challenges and future directions. arXiv preprint arXiv:2402.01968, 2024

  7. [7]

    Context aware middleware architectures: Survey and challenges

    Xin Li, Martina Eckert, José-Fernán Martinez, and Gregorio Rubio. Context aware middleware architectures: Survey and challenges. Sensors, 15(8):20570–20607, 2015

  8. [8]

    https://cordis.europa.eu/ project/id/101117675, 2023

    Adaptive transport systems with holistic representation of supply and demand (adapt-or). https://cordis.europa.eu/ project/id/101117675, 2023. European Commission, CORDIS, Project Fact Sheet, HORIZON-ERC

Show all 111 references
  1. [9]

    Adaptive transportation and logistics (adapt-or), 2025

    Maritime and Transport Technology Department, TU Delft. Adaptive transportation and logistics (adapt-or), 2025. Accessed: 2025-06-24

  2. [10]

    A framework for integrating intelligent transportation systems with smart city infrastructure

    F Alanazi and M Alenezi. A framework for integrating intelligent transportation systems with smart city infrastructure. J. Infrastruct. Policy Dev , 8(5), 2024

  3. [11]

    A unifying modelling framework to simulate the spatial economic transport interaction process at urban and national scales

    Francesco Russo and Giuseppe Musolino. A unifying modelling framework to simulate the spatial economic transport interaction process at urban and national scales. Journal of Transport Geography , 24:189–197, 2012

  4. [12]

    Introducing the model context protocol, 2024

    Anthropic. Introducing the model context protocol, 2024. Accessed: 2025-06-24. ACM Comput. Surv., Vol. 1, No. 1, Article . Publication date: September 2025. 26 Chhetri et al

  5. [14]

    Abul Ehtesham, Aditi Singh, Gaurav Kumar Gupta, and Saket Kumar. A survey of agent interoperability protocols: Model context protocol (mcp), agent communication protocol (acp), agent-to-agent protocol (a2a), and agent network protocol (anp), 2025

  6. [15]

    Advancing multi-agent systems through model context protocol: Architecture, implementation, and applications

    Naveen Krishnan. Advancing multi-agent systems through model context protocol: Architecture, implementation, and applications. arXiv preprint arXiv:2504.21030, 2025

  7. [16]

    A survey on model context protocol: Architecture, state-of-the-art, challenges and future directions

    Partha Pratim Ray. A survey on model context protocol: Architecture, state-of-the-art, challenges and future directions. Authorea Preprints, 2025

  8. [17]

    standard

    Eric He, Pascale Vicat-Blanc Primet, and Michael Welzl. A survey of transport protocols other than “standard” tcp. Technical Report GFD-I.055, Global Grid Forum, 2005. Accessed: 2025-06-24

  9. [18]

    On transport layer adaptation in heterogeneous wireless data networks

    Aravind Velayutham, Hung-Yun Hsieh, and Raghupathy Sivakumar. On transport layer adaptation in heterogeneous wireless data networks. In International Workshop on Quality of Service , pages 69–80. Springer, 2005

  10. [19]

    A survey on context-aware systems

    Matthias Baldauf, Schahram Dustdar, and Florian Rosenberg. A survey on context-aware systems. International Journal of ad Hoc and ubiquitous Computing , 2(4):263–277, 2007

  11. [20]

    Real-time adaptive traffic signal control in a connected and automated vehicle environment: optimisation of signal planning with reinforcement learning under vehicle speed guidance

    Saeed Maadi, Sebastian Stein, Jinhyun Hong, and Roderick Murray-Smith. Real-time adaptive traffic signal control in a connected and automated vehicle environment: optimisation of signal planning with reinforcement learning under vehicle speed guidance. Sensors, 22(19):7501, 2022

  12. [21]

    Adaptive transit design: Optimizing fixed and demand responsive multi-modal transportation via continuous approximation

    Giovanni Calabrò, Andrea Araldo, Simon Oh, Ravi Seshadri, Giuseppe Inturri, and Moshe Ben-Akiva. Adaptive transit design: Optimizing fixed and demand responsive multi-modal transportation via continuous approximation. Transportation Research Part A: Policy and Practice , 171:1...

  13. [22]

    A model- based adaptive planning framework using surrogate modelling for urban transport systems under uncertainty

    Orlando Roman, Tanvi Maheshwari, Canh Do, Bryan Adey, Pieter Fourie, Qiming Ye, and Prateek Bansal. A model- based adaptive planning framework using surrogate modelling for urban transport systems under uncertainty. A vailable at SSRN 5020996, 2024

  14. [23]

    An adaptive system architecture for multimodal intelligent transportation systems

    Muhammad Farooq, Nima Afraz, and Fatemeh Golpayegani. An adaptive system architecture for multimodal intelligent transportation systems. arXiv preprint arXiv:2402.08817, 2024

  15. [24]

    Adaptive urban traffic signal control based on enhanced deep reinforcement learning

    Changjian Cai and Min Wei. Adaptive urban traffic signal control based on enhanced deep reinforcement learning. Scientific reports, 14(1):14116, 2024

  16. [25]

    Vissim study: Comparing adaptive and traditional traffic systems’ efficiency and environmental impact

    Md Akhtar Hossain, Nabil Hasan, and Kumar Sowrave Pujan. Vissim study: Comparing adaptive and traditional traffic systems’ efficiency and environmental impact. A vailable at SSRN 4836046, 2024

  17. [26]

    Reinforcement learning based adaptive control method for traffic lights in intelligent transportation

    Zhongyi Huang. Reinforcement learning based adaptive control method for traffic lights in intelligent transportation. Alexandria Engineering Journal, 106:381–391, 2024

  18. [27]

    Reinforcement learning for adaptive traffic signal control: Turn-based and time-based approaches to reduce congestion

    Muhammad Tahir Rafique, Ahmed Mustafa, and Hasan Sajid. Reinforcement learning for adaptive traffic signal control: Turn-based and time-based approaches to reduce congestion. arXiv preprint arXiv:2408.15751, 2024

  19. [28]

    A deep reinforcement learning approach to adaptive traffic lights management

    Andrea Vidali, Luca Crociani, Giuseppe Vizzari, Stefania Bandini, et al. A deep reinforcement learning approach to adaptive traffic lights management. In Woa, pages 42–50, 2019

  20. [29]

    Adaptive parameterized control for coordinated traffic management using reinforcement learning

    Dingshan Sun, Anahita Jamshidnejad, and Bart De Schutter. Adaptive parameterized control for coordinated traffic management using reinforcement learning. IFAC-PapersOnLine, 56(2):5463–5468, 2023

  21. [30]

    Enhancing transportation agility through neuroadaptive AI and behavioural decision intelligence

    Eias Al-Humdan. Enhancing transportation agility through neuroadaptive AI and behavioural decision intelligence. Transportation Research Interdisciplinary Perspectives , 31:101468, 2025

  22. [31]

    Quic transmission protocol: Test-bed design, implementation and experi- mental evaluation

    Ma’moun Mansour, Sahel Alouneh, et al. Quic transmission protocol: Test-bed design, implementation and experi- mental evaluation. Journal of Electrical Engineering , 72(1):20–28, 2021

  23. [32]

    Quic vs tcp: A performance evaluation over lte with ns-3

    Apostolos Kyratzis and Panayotis Cottis. Quic vs tcp: A performance evaluation over lte with ns-3. Communications and Network, 14:12–22, 01 2022

  24. [33]

    A brief review of multipath tcp for vehicular networks

    Luomeng Chao, Celimuge Wu, Tsutomu Yoshinaga, Wugedele Bao, and Yusheng Ji. A brief review of multipath tcp for vehicular networks. Sensors, 21(8):2793, 2021

  25. [34]

    Multipath tcp: from theory to practice

    Sébastien Barré, Christoph Paasch, and Olivier Bonaventure. Multipath tcp: from theory to practice. InNETWORKING 2011: 10th International IFIP TC 6 Networking Conference, Valencia, Spain, May 9-13, 2011, Proceedings, Part I 10 , pages 444–457. Springer, 2011

  26. [35]

    Analyzing the modeling of context with ontologies

    Reto Krummenacher, Holger Lausen, Thomas Strang, and Jacek Kopecky. Analyzing the modeling of context with ontologies. VDE Verlag Proceedings, pages 11–22, 2007

  27. [36]

    Ontology-based high-level context inference for human behavior identification

    Claudia Villalonga, Muhammad Asif Razzaq, Wajahat Ali Khan, Hector Pomares, Ignacio Rojas, Sungyoung Lee, and Oresti Banos. Ontology-based high-level context inference for human behavior identification. Sensors, 16(10):1617, 2016

  28. [37]

    An ontology oriented architecture for context aware services adaptation

    Hatim Guermah, Tarik Fissaa, Hatim Hafiddi, Mahmoud Nassar, and Abdelaziz Kriouile. An ontology oriented architecture for context aware services adaptation. arXiv preprint arXiv:1404.3280, 2014. ACM Comput. Surv., Vol. 1, No. 1, Article . Publication date: September 2025. Mode...

  29. [38]

    A proposed ontology-based generic context model for ubiquitous learning

    Benmesbah Ouissem, Mahnane Lamia, and Mohamed Hafidi. A proposed ontology-based generic context model for ubiquitous learning. International Journal of Web-Based Learning and Teaching Technologies (IJWLTT) , 16(3):47–64, 2021

  30. [39]

    A middleware for context-aware agents in ubiquitous computing environments

    Anand Ranganathan and Roy H Campbell. A middleware for context-aware agents in ubiquitous computing environments. In ACM/IFIP/USENIX International Conference on Distributed Systems Platforms and Open Distributed Processing, pages 143–161. Springer, 2003

  31. [40]

    Adaptive middleware for context-aware applications in smart-homes

    Markus C Huebscher and Julie A McCann. Adaptive middleware for context-aware applications in smart-homes. In Proceedings of the 2nd workshop on Middleware for pervasive and ad-hoc computing , pages 111–116, 2004

  32. [41]

    Toward fair and efficient congestion control: Machine learning aided congestion control (mlacc)

    Ahmed Elbery, Yi Lian, and Geng Li. Toward fair and efficient congestion control: Machine learning aided congestion control (mlacc). In Proceedings of the 7th Asia-Pacific Workshop on Networking , pages 88–94, 2023

  33. [42]

    Pbq-enhanced quic: Quic with deep reinforce- ment learning congestion control mechanism

    Zhifei Zhang, Shuo Li, Yiyang Ge, Ge Xiong, Yu Zhang, and Ke Xiong. Pbq-enhanced quic: Quic with deep reinforce- ment learning congestion control mechanism. Entropy, 25(2):294, 2023

  34. [43]

    Survey of protocols and mechanisms for enhanced transport over long fat pipes

    Eric He, Rajkumar Kettimuthu, Y Gu, S Hegde, M Welzl, P Vicat-Blanc Primet, J Leigh, and C Xiong. Survey of protocols and mechanisms for enhanced transport over long fat pipes. In Global Grid Forum White paper Draft (work in progress), Data Transport Research Group , 2003

  35. [44]

    Evaluation of an adaptive transport protocol

    Benjamin Atkin and Kenneth P Birman. Evaluation of an adaptive transport protocol. In IEEE INFOCOM 2003. Twenty-second Annual Joint Conference of the IEEE Computer and Communications Societies (IEEE Cat. No. 03CH37428) , volume 3, pages 2323–2333. IEEE, 2003

  36. [45]

    Adaptive network protocol selection: A machine-learning approach

    Hamidreza Anvari. Adaptive network protocol selection: A machine-learning approach. 2023

  37. [46]

    Context-aware network, 2025

    DevX. Context-aware network, 2025. Accessed: 2025-06-24

  38. [47]

    Context-aware travel support during unplanned public transport disturbances

    Åse Jevinger, Emil Johansson, Jan A Persson, and Johan Holmberg. Context-aware travel support during unplanned public transport disturbances. In VEHITS 2023-9th International Conference on Vehicle Technology and Intelligent Transport Systems, April 26-28, 2023, Prague, Czech R...

  39. [48]

    Context-aware domain adaptation for time series anomaly detection (2023)

    KH Lai et al. Context-aware domain adaptation for time series anomaly detection (2023)

  40. [49]

    Dynamic-fact: A dynamic framework for adaptive context-aware translation

    Chen Linqing and Wang Weilei. Dynamic-fact: A dynamic framework for adaptive context-aware translation. In Proceedings of the 22nd Chinese National Conference on Computational Linguistics , pages 665–676, 2023

  41. [50]

    Dynamic adaptation of networked reconfigurable systems

    Ram Kumar, Soheil Ghiasi, and Mani Srivastava. Dynamic adaptation of networked reconfigurable systems. In Workshop on Software Support for Reconfigurable Systems (SSRS) , 2003

  42. [51]

    Technical report, GovLoop and Ciena, 2020

    Network modernization: The promise of the adaptive network. Technical report, GovLoop and Ciena, 2020. Accessed: 2025-06-24

  43. [52]

    Smart moves: Transforming urban transit with unified access systems, 2025

    ELATEC. Smart moves: Transforming urban transit with unified access systems, 2025. Accessed: 2025-06-24

  44. [53]

    The transport layer: tutorial and survey

    Sami Iren, Paul D Amer, and Phillip T Conrad. The transport layer: tutorial and survey. ACM Computing Surveys (CSUR), 31(4):360–404, 1999

  45. [54]

    Why are standardization and protocols crucial in data communication and networking?, 2025

    Hamptons College. Why are standardization and protocols crucial in data communication and networking?, 2025. Accessed: 2025-06-24

  46. [55]

    Communication protocol, 2025

    Wikipedia contributors. Communication protocol, 2025. Accessed: 2025-06-24

  47. [56]

    Adaptive placement for in-memory storage functions

    Ankit Bhardwaj, Chinmay Kulkarni, and Ryan Stutsman. Adaptive placement for in-memory storage functions. USENIX ATC ’20 Conference Presentation, University of Utah, 2020. Accessed: 2025-06-24

  48. [57]

    Decentralized application- level adaptive scheduling for multi-instance dnns on open mobile devices

    Hsin-Hsuan Sung, Jou-An Chen, Wei Niu, Jiexiong Guan, Bin Ren, and Xipeng Shen. Decentralized application- level adaptive scheduling for multi-instance dnns on open mobile devices. In Proceedings of the 2023 USENIX Annual Technical Conference (USENIX ATC ’23), pages 865–877, B...

  49. [58]

    Semantic representation of context model

    First Author and Second Author. Semantic representation of context model. 2016. PDF available at: d1wqtxts1xzle7.cloudfront.net

  50. [59]

    Contextml: A light-weight context representation and context management schema

    Michael Knappmeyer, Saad Liaquat Kiani, Cristina Frà, Boris Moltchanov, and Nigel Baker. Contextml: A light-weight context representation and context management schema. In IEEE 5th International Symposium on Wireless Pervasive Computing 2010, pages 367–372, 2010

  51. [60]

    Proceedings of the Tenth International Conference on Creative Content Technologies (CONTENT 2018) , Barcelona, Spain, February 18–22 2018

    IARIA. Proceedings of the Tenth International Conference on Creative Content Technologies (CONTENT 2018) , Barcelona, Spain, February 18–22 2018. Steering Committee: Raouf Hamzaoui, De Montfort University; Dan Tamir, Texas State University; Mu-Chun Su, National Central University

  52. [61]

    Model context protocol (mcp) an overview, 2025

    Phil Schmid. Model context protocol (mcp) an overview, 2025. Accessed: 2025-06-24

  53. [62]

    Contextual metadata in practice

    Martin Svensson. Contextual metadata in practice. In 2009 First International Conference on Advances in Multimedia , pages 12–17, 2009

  54. [63]

    The rapid proliferation of large-language-model services is constrained by three long-standing barriers: stateless integration interfaces,

    Partha Pratim Ray. The rapid proliferation of large-language-model services is constrained by three long-standing barriers: stateless integration interfaces, ... TechRxiv, April 2025. Preprint, available online

  55. [64]

    Eghan, Manel Grichi, William G

    Aaditya Bhatia, Ellis E. Eghan, Manel Grichi, William G. Cavanagh, Zhen Ming (Jack) Jiang, and Bram Adams. Towards a change taxonomy for machine learning pipelines: Empirical study of ml pipelines and forks related to ACM Comput. Surv., Vol. 1, No. 1, Article . Publication dat...

  56. [65]

    paper-search-mcp: A mcp for searching and downloading academic papers from multiple sources like arxiv, pubmed, biorxiv, etc

    openags. paper-search-mcp: A mcp for searching and downloading academic papers from multiple sources like arxiv, pubmed, biorxiv, etc. https://github.com/openags/paper-search-mcp, 2025. MIT License, Accessed: 2025-06-24

  57. [66]

    Scalable mcp server-client architecture with fastmcp in microservices

    Manmohan Alla. Scalable mcp server-client architecture with fastmcp in microservices. Journal Of Multidisciplinary, 5(7):823–829, 2025

  58. [67]

    Context-aware systems: A literature review and classification

    Jong-yi Hong, Eui-ho Suh, and Sung-Jin Kim. Context-aware systems: A literature review and classification. Expert Systems with applications, 36(4):8509–8522, 2009

  59. [68]

    Understanding and using context

    Anind K Dey. Understanding and using context. Personal and ubiquitous computing , 5(1):4–7, 2001

  60. [69]

    Deep learning sensor fusion for autonomous vehicle perception and localization: A review

    Jamil Fayyad, Mohammad A Jaradat, Dominique Gruyer, and Homayoun Najjaran. Deep learning sensor fusion for autonomous vehicle perception and localization: A review. Sensors, 20(15):4220, 2020

  61. [70]

    A comparative review on multi-modal sensors fusion based on deep learning

    Qin Tang, Jing Liang, and Fangqi Zhu. A comparative review on multi-modal sensors fusion based on deep learning. Signal Processing, 213:109165, 2023

  62. [71]

    Perception and sensing for autonomous vehicles under adverse weather conditions: A survey

    Yuxiao Zhang, Alexander Carballo, Hanting Yang, and Kazuya Takeda. Perception and sensing for autonomous vehicles under adverse weather conditions: A survey. ISPRS Journal of Photogrammetry and Remote Sensing , 196:146–177, 2023

  63. [72]

    A survey and framework of cooperative perception: From heterogeneous singleton to hierarchical cooperation

    Zhengwei Bai, Guoyuan Wu, Matthew J Barth, Yongkang Liu, Emrah Akin Sisbot, Kentaro Oguchi, and Zhitong Huang. A survey and framework of cooperative perception: From heterogeneous singleton to hierarchical cooperation. IEEE Transactions on Intelligent Transportation Systems , 2024

  64. [73]

    Toward autonomous vehicles: A survey on cooperative vehicle-infrastructure system

    Yangjie Ji, Zewei Zhou, Ziru Yang, Yanjun Huang, Yuanjian Zhang, Wanting Zhang, Lu Xiong, and Zhuoping Yu. Toward autonomous vehicles: A survey on cooperative vehicle-infrastructure system. Iscience, 27(5), 2024

  65. [74]

    Mobile edge computing for v2x architectures and applications: A survey

    Lucas Bréhon-Grataloup, Rahim Kacimi, and André-Luc Beylot. Mobile edge computing for v2x architectures and applications: A survey. Computer Networks, 206:108797, 2022

  66. [75]

    A survey on vehicular task offloading: Classification, issues, and challenges

    Manzoor Ahmed, Salman Raza, Muhammad Ayzed Mirza, Abdul Aziz, Manzoor Ahmed Khan, Wali Ullah Khan, Jianbo Li, and Zhu Han. A survey on vehicular task offloading: Classification, issues, and challenges. Journal of King Saud University-Computer and Information Sciences , 34(7):4...

  67. [76]

    Vehicle-to-everything (v2x) in the autonomous vehicles domain– a technical review of communication, sensor, and ai technologies for road user safety

    Syed Adnan Yusuf, Arshad Khan, and Riad Souissi. Vehicle-to-everything (v2x) in the autonomous vehicles domain– a technical review of communication, sensor, and ai technologies for road user safety. Transportation Research Interdisciplinary Perspectives, 23:100980, 2024

  68. [77]

    Feature pyramid bilstm: Using smartphone sensors for transportation mode detection

    Qinrui Tang and Hao Cheng. Feature pyramid bilstm: Using smartphone sensors for transportation mode detection. Transportation Research Interdisciplinary Perspectives , 26:101181, 2024

  69. [78]

    A survey on local transport mode detection on the edge of the network

    Mahdieh Kamalian, Paulo Ferreira, and Eric Jul. A survey on local transport mode detection on the edge of the network. Applied Intelligence, 52(14):16021–16050, 2022

  70. [79]

    Review and evaluation of methods in transport mode detection based on gps tracking data

    Paria Sadeghian, Johan Håkansson, and Xiaoyun Zhao. Review and evaluation of methods in transport mode detection based on gps tracking data. Journal of Traffic and Transportation Engineering (English Edition) , 8(4):467–482, 2021

  71. [80]

    A survey on vision-based driver distraction analysis

    Wanli Li, Jing Huang, Guoqi Xie, Fakhri Karray, and Renfa Li. A survey on vision-based driver distraction analysis. Journal of Systems Architecture, 121:102319, 2021

  72. [81]

    Mental models of driver monitoring systems: perceptions of monitoring capabilities in an online us-based sample

    Michael A Nees and Claire Liu. Mental models of driver monitoring systems: perceptions of monitoring capabilities in an online us-based sample. Transportation research part F: traffic psychology and behaviour , 91:484–498, 2022

  73. [82]

    Pedestrian intention prediction for autonomous vehicles: A comprehensive survey

    Neha Sharma, Chhavi Dhiman, and Seema Indu. Pedestrian intention prediction for autonomous vehicles: A comprehensive survey. Neurocomputing, 508:120–152, 2022

  74. [83]

    Pedestrian intention estimation and trajectory prediction based on data and knowledge-driven method

    Jincao Zhou, Xin Bai, Weiping Fu, Benyu Ning, and Rui Li. Pedestrian intention estimation and trajectory prediction based on data and knowledge-driven method. IET Intelligent Transport Systems , 18(2):315–331, 2024

  75. [84]

    A comprehensive review of deep learning techniques for interaction- aware trajectory prediction in urban autonomous driving

    Iago Pachêco Gomes and Denis Fernando Wolf. A comprehensive review of deep learning techniques for interaction- aware trajectory prediction in urban autonomous driving. Neurocomputing, page 131014, 2025

  76. [85]

    A survey of autonomous vehicle behaviors: Trajectory planning algorithms, sensed collision risks, and user expectations

    Taokai Xia and Hui Chen. A survey of autonomous vehicle behaviors: Trajectory planning algorithms, sensed collision risks, and user expectations. Sensors, 24(15):4808, 2024

  77. [86]

    Transport behavior-mining from smartphones: a review

    Valentino Servizi, Francisco C Pereira, Marie K Anderson, and Otto A Nielsen. Transport behavior-mining from smartphones: a review. European transport research review, 13(1):57, 2021

  78. [87]

    A comprehensive survey on sdn and blockchain-based secure vehicular networks

    Indukuri Mani Varma and Neetesh Kumar. A comprehensive survey on sdn and blockchain-based secure vehicular networks. Vehicular Communications, 44:100663, 2023

  79. [88]

    In-band network telemetry: A survey

    Lizhuang Tan, Wei Su, Wei Zhang, Jianhui Lv, Zhenyi Zhang, Jingying Miao, Xiaoxi Liu, and Na Li. In-band network telemetry: A survey. Computer Networks, 186:107763, 2021

  80. [89]

    Routing protocols in vehicular adhoc networks (vanets): A comprehensive survey

    Muhammad Sohail, Zohaib Latif, Shahzeb Javed, Sujit Biswas, Sahar Ajmal, Umer Iqbal, Mohsin Raza, and Abd Ullah Khan. Routing protocols in vehicular adhoc networks (vanets): A comprehensive survey. Internet of things, 23:100837, 2023

  81. [90]

    Graph neural network for traffic forecasting: A survey.Expert systems with applications, 207:117921, 2022

    Weiwei Jiang and Jiayun Luo. Graph neural network for traffic forecasting: A survey.Expert systems with applications, 207:117921, 2022. ACM Comput. Surv., Vol. 1, No. 1, Article . Publication date: September 2025. Model Context Protocols in Adaptive Transport Systems: A Survey 29

  82. [91]

    Enhancement of traffic forecasting through graph neural network-based information fusion techniques

    Shams Forruque Ahmed, Sweety Angela Kuldeep, Sabiha Jannat Rafa, Javeria Fazal, Mahfara Hoque, Gang Liu, and Amir H Gandomi. Enhancement of traffic forecasting through graph neural network-based information fusion techniques. Information Fusion, 110:102466, 2024

  83. [92]

    Software-defined networking in vehicular networks: A survey

    Tesnim Mekki, Issam Jabri, Abderrezak Rachedi, and Lamia Chaari. Software-defined networking in vehicular networks: A survey. Transactions on Emerging Telecommunications Technologies, 33(10):e4265, 2022

  84. [93]

    Edge computing for vehicle to everything: a short review

    Mohd Fikri Azli Abdullah, Sumendra Yogarayan, Siti Fatimah Abdul Razak, Afizan Azman, Anang Hudaya Muhamad Amin, and Mazrah Salleh. Edge computing for vehicle to everything: a short review. F1000Research, 10:1104, 2023

  85. [94]

    Edge computing based applications in vehicular environments: Comparative study and main issues

    Leo Mendiboure, Mohamed-Aymen Chalouf, and Francine Krief. Edge computing based applications in vehicular environments: Comparative study and main issues. Journal of Computer Science and Technology , 34(4):869–886, 2019

  86. [95]

    Model context protocol (mcp): Landscape, security threats, and future research directions

    Xinyi Hou, Yanjie Zhao, Shenao Wang, and Haoyu Wang. Model context protocol (mcp): Landscape, security threats, and future research directions. arXiv preprint arXiv:2503.23278, 2025

  87. [96]

    Inside the mcp protocol: Revolutionizing data communication and system interoperability.World Journal of Advanced Research and Reviews , 26(1):3055–3071, 2025

    Piyush Patil. Inside the mcp protocol: Revolutionizing data communication and system interoperability.World Journal of Advanced Research and Reviews , 26(1):3055–3071, 2025

  88. [97]

    Unified world models: Coupling video and action diffusion for pretraining on large robotic datasets, 2025

    Chuning Zhu, Raymond Yu, Siyuan Feng, Benjamin Burchfiel, Paarth Shah, and Abhishek Gupta. Unified world models: Coupling video and action diffusion for pretraining on large robotic datasets, 2025

  89. [98]

    A survey of network protocol fuzzing: Model, techniques and directions

    Shihao Jiang, Yu Zhang, Junqiang Li, Hongfang Yu, Long Luo, and Gang Sun. A survey of network protocol fuzzing: Model, techniques and directions. arXiv preprint arXiv:2402.17394, 2024

  90. [99]

    A survey of the model context protocol (mcp): Standardizing context to enhance large language models (llms)

    Aditi Singh, Abul Ehtesham, Saket Kumar, and Tala Talaei Khoei. A survey of the model context protocol (mcp): Standardizing context to enhance large language models (llms). 2025

  91. [100]

    A survey on concept drift adaptation

    João Gama, Indr˙e Žliobait˙e, Albert Bifet, Mykola Pechenizkiy, and Abdelhamid Bouchachia. A survey on concept drift adaptation. ACM computing surveys (CSUR), 46(4):1–37, 2014

  92. [101]

    Network survey, 2025

    Network Survey. Network survey, 2025. Wireless Protocol Survey Android App, Accessed: 2025-06-24

  93. [102]

    Adaptive protocols for information dissemination in wireless sensor networks

    Wendi Rabiner Heinzelman, Joanna Kulik, and Hari Balakrishnan. Adaptive protocols for information dissemination in wireless sensor networks. In Proceedings of the 5th annual ACM/IEEE international conference on Mobile computing and networking, pages 174–185, 1999

  94. [103]

    Building today’s and tomorrow’s intelligent transportation systems,

    Intelligent Transportation Society of America. Building today’s and tomorrow’s intelligent transportation systems,

  95. [104]

    Challenges and opportunities of implementing intelligent transportation systems, 2024

    XenaTech. Challenges and opportunities of implementing intelligent transportation systems, 2024. Accessed: 2025-07-12

  96. [105]

    Gao report 2023: Intelligent transportation system (its) challenges, 2023

    ITSDigest. Gao report 2023: Intelligent transportation system (its) challenges, 2023. Accessed: 2025-07-12

  97. [106]

    The gateway dtls attack, 2024

    Geldner. The gateway dtls attack, 2024. Accessed: 2025-07-12

  98. [107]

    Evaluation of challenges to the adoption of intelligent transportation system for urban smart mobility

    Ahsan Waqar, Abdulaziz H Alshehri, Fayez Alanazi, Saleh Alotaibi, and Hamad R Almujibah. Evaluation of challenges to the adoption of intelligent transportation system for urban smart mobility. Research in Transportation Business & Management, 51:101060, 2023

  99. [108]

    Survey of interoperability challenges in the internet of vehicles

    Paul Agbaje, Afia Anjum, Arkajyoti Mitra, Emmanuel Oseghale, Gedare Bloom, and Habeeb Olufowobi. Survey of interoperability challenges in the internet of vehicles. IEEE Transactions on Intelligent Transportation Systems , 23(12):22838–22861, 2022

  100. [109]

    Mobility data–standards and specifications for interoperability

    Sisinnio Concas, Vishal C Kummetha, and Lisa Staes. Mobility data–standards and specifications for interoperability. Technical report, 2024

  101. [110]

    Paper on adaptive federated learning accepted to jsac

    Network and Penn State University Security Research Group. Paper on adaptive federated learning accepted to jsac. https://nsrg.cse.psu.edu/2019/02/11/paper-on-adaptive-federated-learning-accepted-to-jsac/, 2019. Accessed: 2025-06-24

  102. [111]

    Acm launches new journal on autonomous transportation systems, 2022

    Association for Computing Machinery. Acm launches new journal on autonomous transportation systems, 2022. Accessed: 2025-06-24. Received 26 August 2025 ACM Comput. Surv., Vol. 1, No. 1, Article . Publication date: September 2025

  103. [2024]

    Accessed: 2025-07-12

Pith tools

Reviewed August 5, 2026 · model on record in the stance chip above.